Color Hex Logo

#46948c Color Hex

#46948C
(70,148,140)
0 Favorites   0 Comments

Color spaces of #46948c

RGB 70148140
HSL0.480.360.43
HSV174°53°58°
CMYK 0.530.000.05   0.42
XYZ17.849324.375328.5751
Yxy24.37530.25210.3443
Hunter Lab49.3713-21.86650.2441
CIE-Lab56.4616-26.0062-3.1141

#46948c color RGB value is (70,148,140).

#46948c hex color red value is 70, green value is 148 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #46948c hue: 0.48 , saturation: 0.36 and the lightness value of 46948c is 0.43.

The process color (four color CMYK) of #46948c color hex is 0.53, 0.00, 0.05, 0.42. Web safe color of #46948c is #339999. Color #46948c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 10001100
Octal 106 224 214
Decimal 70 148 140
Hex 46 94 8C

RGB Percentages of Color #46948c

%19.55
%41.34
%39.11

CMYK Percentages of Color #46948c

%53
%0
%5
%42

Triadic Colors of #46948c

#46948c #8c4694 #948c46

Analogous Colors of #46948c

#46948c #467594 #469465

Monochromatic Colors of #46948c

#46948c

Complementary Color

#46948c #94464e

#46948c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46948c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46948c Color CSS Codes

.mybgcolor {background-color:#46948c; } 
.myforecolor {color:#46948c; }
.mybordercolor {border:3px solid #46948c; }

#46948c Text Font Color

<p style="color:#46948c">Text here</p>

This sample text font color is #46948c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#46948c Background Color

<div style="background-color:#46948c">
Div content here</div>

This div background color is #46948c


#46948c Border Color

<div style="border:3px solid #46948c">
Div here</div>

This div border color is #46948c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,148,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46948c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46948c;
  -webkit-box-shadow: 1px 1px 3px 2px #46948c;
  box-shadow:         1px 1px 3px 2px #46948c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,148,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #46948c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #46948c;
  -webkit-box-shadow: 1px 1px 3px 2px #46948c;
  box-shadow:         1px 1px 3px 2px #46948c;">
Div content here</div>

This div box has shadow with color #46948c


Comments

No comments written yet.

Please login to write comment.