Color Hex Logo

#464ccb Color Hex

#464CCB
(70,76,203)
0 Favorites   0 Comments

Color spaces of #464ccb

RGB 7076203
HSL0.660.560.54
HSV237°66°80°
CMYK 0.660.630.00   0.20
XYZ15.889710.782857.7437
Yxy10.78280.18820.1277
Hunter Lab32.837228.9100-81.2746
CIE-Lab39.212237.4576-66.6934

#464ccb color RGB value is (70,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001100 11001011
Octal 106 114 313
Decimal 70 76 203
Hex 46 4C CB

RGB Percentages of Color #464ccb

%20.06
%21.78
%58.17

CMYK Percentages of Color #464ccb

%66
%63
%0
%20

Triadic Colors of #464ccb

#464ccb #cb464c #4ccb46

Analogous Colors of #464ccb

#464ccb #8346cb #468fcb

Monochromatic Colors of #464ccb

#464ccb

Complementary Color

#464ccb #cbc546

#464ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#464ccb Color CSS Codes

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

#464ccb Text Font Color

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

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


#464ccb Background Color

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

This div background color is #464ccb


#464ccb Border Color

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

This div border color is #464ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464ccb


Comments

No comments written yet.

Please login to write comment.