Color Hex Logo

#466bca Color Hex

#466BCA
(70,107,202)
1 Favorites   0 Comments

Color spaces of #466bca

RGB 70107202
HSL0.620.550.53
HSV223°65°79°
CMYK 0.650.470.00   0.21
XYZ18.444216.081758.0091
Yxy16.08170.19930.1738
Hunter Lab40.102011.9194-57.6939
CIE-Lab47.081517.5716-53.3733

#466bca color RGB value is (70,107,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 11001010
Octal 106 153 312
Decimal 70 107 202
Hex 46 6B CA

RGB Percentages of Color #466bca

%18.47
%28.23
%53.30

CMYK Percentages of Color #466bca

%65
%47
%0
%21

Triadic Colors of #466bca

#466bca #ca466b #6bca46

Analogous Colors of #466bca

#466bca #6346ca #46adca

Monochromatic Colors of #466bca

#466bca

Complementary Color

#466bca #caa546

#466bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bca Color CSS Codes

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

#466bca Text Font Color

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

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


#466bca Background Color

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

This div background color is #466bca


#466bca Border Color

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

This div border color is #466bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,107,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 #466bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bca


Comments

No comments written yet.

Please login to write comment.