#467FCF

Color #467FCF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #467FCF

Tints of Havelock Blue #467FCF

Color information

#467FCF (or 0x467FCF) is unknown color: approx Havelock Blue. HEX triplet: 46, 7F and CF. RGB value is (70,127,207). Sum of RGB (Red+Green+Blue) = 70+127+207=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #467FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCF is #B98030. Grayscale: #767676. Windows color (decimal): -12156977 or 13598534. OLE color: 13598534.

HSL color Cylindrical-coordinate representation of color #467FCF: hue angle of 215.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467FCF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB70127207-
CMYK0.660.3900.19
HSL215.04º58.8%54.31%-
HSV(B)215.04º66.18%81.18%-
XYZ21.3820.9961.96-
YUV119.08177.6293-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 17.33%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 207 (81.25% from 255) = 51.24%
R=17.33%
G=31.44%
B=51.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701272070.660.3900.19215.0458.854.31
Hex467FCF4227013d73b36
Octal106177317102470233277366
Binary1000110111111111001111100001010011101001111010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467FCF; }

 p { color: rgb(70,127,207); }

 H1.HeaderClassName
 {
   color: #467FCF;
 }
 .AnyTagClassName
 {
   color: #467FCF;
 }
</style>
background-color css

<style>
 a { background-color: #467FCF; }

 a { background-color: rgb(70,127,207); }

 div.DivClassName
 {
   background-color: #467FCF;
 }
 .BgClassName
 {
   background-color: #467FCF;
 }
</style>
border-color css

<style>
 span { border-color: #467FCF; }

 span { border-color: rgb(70,127,207); }

 td.TdClassName
 {
   border-color: #467FCF;
 }
 .TagClassName
 {
   border-color: #467FCF;
 }
</style>