Color Hex Logo

#467aca Color Hex

#467ACA
(70,122,202)
0 Favorites   0 Comments

Color spaces of #467aca

RGB 70122202
HSL0.600.550.53
HSV216°65°79°
CMYK 0.650.400.00   0.21
XYZ20.146019.485458.5764
Yxy19.48540.20510.1984
Hunter Lab44.14234.2163-47.7777
CIE-Lab51.25038.2449-46.7124

#467aca color RGB value is (70,122,202).

#467aca hex color red value is 70, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #467aca hue: 0.60 , saturation: 0.55 and the lightness value of 467aca is 0.53.

The process color (four color CMYK) of #467aca color hex is 0.65, 0.40, 0.00, 0.21. Web safe color of #467aca is #3366cc. Color #467aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 11001010
Octal 106 172 312
Decimal 70 122 202
Hex 46 7A CA

RGB Percentages of Color #467aca

%17.77
%30.96
%51.27

CMYK Percentages of Color #467aca

%65
%40
%0
%21

Triadic Colors of #467aca

#467aca #ca467a #7aca46

Analogous Colors of #467aca

#467aca #5446ca #46bcca

Monochromatic Colors of #467aca

#467aca

Complementary Color

#467aca #ca9646

#467aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#467aca Color CSS Codes

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

#467aca Text Font Color

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

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


#467aca Background Color

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

This div background color is #467aca


#467aca Border Color

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

This div border color is #467aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467aca


Comments

No comments written yet.

Please login to write comment.