Color Hex Logo

#467fcf Color Hex

#467FCF
(70,127,207)
0 Favorites   0 Comments

Color spaces of #467fcf

RGB 70127207
HSL0.600.590.54
HSV215°66°81°
CMYK 0.660.390.00   0.19
XYZ21.377620.985861.9554
Yxy20.98580.20490.2012
Hunter Lab45.81033.1300-48.1187
CIE-Lab52.93406.9432-46.8791

#467fcf color RGB value is (70,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11001111
Octal 106 177 317
Decimal 70 127 207
Hex 46 7F CF

RGB Percentages of Color #467fcf

%17.33
%31.44
%51.24

CMYK Percentages of Color #467fcf

%66
%39
%0
%19

Triadic Colors of #467fcf

#467fcf #cf467f #7fcf46

Analogous Colors of #467fcf

#467fcf #5246cf #46c4cf

Monochromatic Colors of #467fcf

#467fcf

Complementary Color

#467fcf #cf9646

#467fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fcf Color CSS Codes

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

#467fcf Text Font Color

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

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


#467fcf Background Color

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

This div background color is #467fcf


#467fcf Border Color

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

This div border color is #467fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fcf


Comments

No comments written yet.

Please login to write comment.