Color Hex Logo

#464fcb Color Hex

#464FCB
(70,79,203)
0 Favorites   0 Comments

Color spaces of #464fcb

RGB 7079203
HSL0.660.560.54
HSV236°66°80°
CMYK 0.660.610.00   0.20
XYZ16.101311.205957.8142
Yxy11.20590.18920.1316
Hunter Lab33.475227.2754-78.9656
CIE-Lab39.925135.6021-65.5301

#464fcb color RGB value is (70,79,203).

#464fcb hex color red value is 70, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #464fcb hue: 0.66 , saturation: 0.56 and the lightness value of 464fcb is 0.54.

The process color (four color CMYK) of #464fcb color hex is 0.66, 0.61, 0.00, 0.20. Web safe color of #464fcb is #3366cc. Color #464fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001111 11001011
Octal 106 117 313
Decimal 70 79 203
Hex 46 4F CB

RGB Percentages of Color #464fcb

%19.89
%22.44
%57.67

CMYK Percentages of Color #464fcb

%66
%61
%0
%20

Triadic Colors of #464fcb

#464fcb #cb464f #4fcb46

Analogous Colors of #464fcb

#464fcb #8046cb #4692cb

Monochromatic Colors of #464fcb

#464fcb

Complementary Color

#464fcb #cbc246

#464fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#464fcb Color CSS Codes

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

#464fcb Text Font Color

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

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


#464fcb Background Color

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

This div background color is #464fcb


#464fcb Border Color

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

This div border color is #464fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,79,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #464fcb;
  box-shadow:         1px 1px 3px 2px #464fcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464fcb


Comments

No comments written yet.

Please login to write comment.