Color Hex Logo

#467fcb Color Hex

#467FCB
(70,127,203)
0 Favorites   0 Comments

Color spaces of #467fcb

RGB 70127203
HSL0.600.560.54
HSV214°66°80°
CMYK 0.660.370.00   0.20
XYZ20.894720.792659.4120
Yxy20.79260.20670.2057
Hunter Lab45.59891.9956-45.3313
CIE-Lab52.72185.5508-44.9453

#467fcb color RGB value is (70,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11001011
Octal 106 177 313
Decimal 70 127 203
Hex 46 7F CB

RGB Percentages of Color #467fcb

%17.50
%31.75
%50.75

CMYK Percentages of Color #467fcb

%66
%37
%0
%20

Triadic Colors of #467fcb

#467fcb #cb467f #7fcb46

Analogous Colors of #467fcb

#467fcb #4f46cb #46c2cb

Monochromatic Colors of #467fcb

#467fcb

Complementary Color

#467fcb #cb9246

#467fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fcb Color CSS Codes

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

#467fcb Text Font Color

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

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


#467fcb Background Color

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

This div background color is #467fcb


#467fcb Border Color

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

This div border color is #467fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fcb

#467fcb Color Palettes


Comments

No comments written yet.

Please login to write comment.