#467DC8

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

Shades of Havelock Blue #467DC8

Tints of Havelock Blue #467DC8

Color information

#467DC8 (or 0x467DC8) is unknown color: approx Havelock Blue. HEX triplet: 46, 7D and C8. RGB value is (70,125,200). Sum of RGB (Red+Green+Blue) = 70+125+200=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #467DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DC8 is #B98237. Grayscale: #747474. Windows color (decimal): -12157496 or 13139270. OLE color: 13139270.

HSL color Cylindrical-coordinate representation of color #467DC8: hue angle of 214.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467DC8 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70125200-
CMYK0.650.3800.22
HSL214.62º54.17%52.94%-
HSV(B)214.62º65%78.43%-
XYZ20.2820.1457.46-
YUV117.1174.7894.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=17.72%
G=31.65%
B=50.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701252000.650.3800.22214.6254.1752.94
Hex467DC84126016d73635
Octal106175310101460263276665
Binary1000110111110111001000100000110011001011011010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,125,200); }

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

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

 a { background-color: rgb(70,125,200); }

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

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

 span { border-color: rgb(70,125,200); }

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