Color Hex Logo

#467481 Color Hex

#467481
(70,116,129)
0 Favorites   0 Comments

Color spaces of #467481

RGB 70116129
HSL0.540.300.39
HSV193°46°51°
CMYK 0.460.100.00   0.49
XYZ12.733615.377923.0660
Yxy15.37790.24880.3005
Hunter Lab39.2147-10.6640-7.4240
CIE-Lab46.1475-12.0337-12.0742

#467481 color RGB value is (70,116,129).

#467481 hex color red value is 70, green value is 116 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #467481 hue: 0.54 , saturation: 0.30 and the lightness value of 467481 is 0.39.

The process color (four color CMYK) of #467481 color hex is 0.46, 0.10, 0.00, 0.49. Web safe color of #467481 is #336699. Color #467481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 10000001
Octal 106 164 201
Decimal 70 116 129
Hex 46 74 81

RGB Percentages of Color #467481

%22.22
%36.83
%40.95

CMYK Percentages of Color #467481

%46
%10
%0
%49

Triadic Colors of #467481

#467481 #814674 #748146

Analogous Colors of #467481

#467481 #465781 #468171

Monochromatic Colors of #467481

#467481

Complementary Color

#467481 #815346

#467481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467481 Color CSS Codes

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

#467481 Text Font Color

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

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


#467481 Background Color

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

This div background color is #467481


#467481 Border Color

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

This div border color is #467481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467481


Comments

No comments written yet.

Please login to write comment.