Color Hex Logo

#467abb Color Hex

#467ABB
(70,122,187)
0 Favorites   0 Comments

Color spaces of #467abb

RGB 70122187
HSL0.590.460.50
HSV213°63°73°
CMYK 0.630.350.00   0.27
XYZ18.455018.809049.6715
Yxy18.80900.21230.2164
Hunter Lab43.36930.0609-37.5471
CIE-Lab50.46303.0527-39.3702

#467abb color RGB value is (70,122,187).

#467abb hex color red value is 70, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #467abb hue: 0.59 , saturation: 0.46 and the lightness value of 467abb is 0.50.

The process color (four color CMYK) of #467abb color hex is 0.63, 0.35, 0.00, 0.27. Web safe color of #467abb is #3366cc. Color #467abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 10111011
Octal 106 172 273
Decimal 70 122 187
Hex 46 7A BB

RGB Percentages of Color #467abb

%18.47
%32.19
%49.34

CMYK Percentages of Color #467abb

%63
%35
%0
%27

Triadic Colors of #467abb

#467abb #bb467a #7abb46

Analogous Colors of #467abb

#467abb #4c46bb #46b5bb

Monochromatic Colors of #467abb

#467abb

Complementary Color

#467abb #bb8746

#467abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#467abb Color CSS Codes

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

#467abb Text Font Color

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

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


#467abb Background Color

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

This div background color is #467abb


#467abb Border Color

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

This div border color is #467abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,122,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467abb;
  -webkit-box-shadow: 1px 1px 3px 2px #467abb;
  box-shadow:         1px 1px 3px 2px #467abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467abb


Comments

No comments written yet.

Please login to write comment.