Color Hex Logo

#467aaf Color Hex

#467AAF
(70,122,175)
0 Favorites   0 Comments

Color spaces of #467aaf

RGB 70122175
HSL0.580.430.48
HSV210°60°69°
CMYK 0.600.300.00   0.31
XYZ17.223218.316343.1851
Yxy18.31630.21880.2327
Hunter Lab42.7975-3.0612-29.8686
CIE-Lab49.8775-1.0143-33.3630

#467aaf color RGB value is (70,122,175).

#467aaf hex color red value is 70, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #467aaf hue: 0.58 , saturation: 0.43 and the lightness value of 467aaf is 0.48.

The process color (four color CMYK) of #467aaf color hex is 0.60, 0.30, 0.00, 0.31. Web safe color of #467aaf is #336699. Color #467aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 10101111
Octal 106 172 257
Decimal 70 122 175
Hex 46 7A AF

RGB Percentages of Color #467aaf

%19.07
%33.24
%47.68

CMYK Percentages of Color #467aaf

%60
%30
%0
%31

Triadic Colors of #467aaf

#467aaf #af467a #7aaf46

Analogous Colors of #467aaf

#467aaf #4746af #46afaf

Monochromatic Colors of #467aaf

#467aaf

Complementary Color

#467aaf #af7b46

#467aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#467aaf Color CSS Codes

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

#467aaf Text Font Color

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

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


#467aaf Background Color

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

This div background color is #467aaf


#467aaf Border Color

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

This div border color is #467aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467aaf


Comments

No comments written yet.

Please login to write comment.