#467ECD

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

Shades of Havelock Blue #467ECD

Tints of Havelock Blue #467ECD

Color information

#467ECD (or 0x467ECD) is unknown color: approx Havelock Blue. HEX triplet: 46, 7E and CD. RGB value is (70,126,205). Sum of RGB (Red+Green+Blue) = 70+126+205=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #467ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ECD is #B98132. Grayscale: #757575. Windows color (decimal): -12157235 or 13467206. OLE color: 13467206.

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

Color convert

RGB70126205-
CMYK0.660.3900.20
HSL215.11º57.45%53.92%-
HSV(B)215.11º65.85%80.39%-
XYZ21.0120.6360.63-
YUV118.26176.9593.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.46%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=17.46%
G=31.42%
B=51.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701262050.660.3900.20215.1157.4553.92
Hex467ECD4227014d73936
Octal106176315102470243277166
Binary1000110111111011001101100001010011101010011010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,126,205); }

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

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

 a { background-color: rgb(70,126,205); }

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

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

 span { border-color: rgb(70,126,205); }

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