Color Hex Logo

#467287 Color Hex

#467287
(70,114,135)
0 Favorites   0 Comments

Color spaces of #467287

RGB 70114135
HSL0.550.320.40
HSV199°48°53°
CMYK 0.480.160.00   0.47
XYZ12.916315.086025.1528
Yxy15.08600.24300.2838
Hunter Lab38.8407-8.6119-11.2070
CIE-Lab45.7518-9.1102-16.2486

#467287 color RGB value is (70,114,135).

#467287 hex color red value is 70, green value is 114 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #467287 hue: 0.55 , saturation: 0.32 and the lightness value of 467287 is 0.40.

The process color (four color CMYK) of #467287 color hex is 0.48, 0.16, 0.00, 0.47. Web safe color of #467287 is #336699. Color #467287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110010 10000111
Octal 106 162 207
Decimal 70 114 135
Hex 46 72 87

RGB Percentages of Color #467287

%21.94
%35.74
%42.32

CMYK Percentages of Color #467287

%48
%16
%0
%47

Triadic Colors of #467287

#467287 #874672 #728746

Analogous Colors of #467287

#467287 #465187 #46877c

Monochromatic Colors of #467287

#467287

Complementary Color

#467287 #875b46

#467287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467287 Color CSS Codes

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

#467287 Text Font Color

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

This sample text font color is #467287
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.


#467287 Background Color

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

This div background color is #467287


#467287 Border Color

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

This div border color is #467287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,114,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467287;
  -webkit-box-shadow: 1px 1px 3px 2px #467287;
  box-shadow:         1px 1px 3px 2px #467287; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467287


Comments

No comments written yet.

Please login to write comment.