#467ED4

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

Shades of Havelock Blue #467ED4

Tints of Havelock Blue #467ED4

Color information

#467ED4 (or 0x467ED4) is unknown color: approx Havelock Blue. HEX triplet: 46, 7E and D4. RGB value is (70,126,212). Sum of RGB (Red+Green+Blue) = 70+126+212=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #467ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ED4 is #B9812B. Grayscale: #767676. Windows color (decimal): -12157228 or 13925958. OLE color: 13925958.

HSL color Cylindrical-coordinate representation of color #467ED4: hue angle of 216.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467ED4 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70126212-
CMYK0.670.4100.17
HSL216.34º62.28%55.29%-
HSV(B)216.34º66.98%83.14%-
XYZ21.8720.9865.18-
YUV119.06180.4593.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.16%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 212 (83.20% from 255) = 51.96%
R=17.16%
G=30.88%
B=51.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal701262120.670.4100.17216.3462.2855.29
Hex467ED44329011d83e37
Octal106176324103510213307667
Binary1000110111111011010100100001110100101000111011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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