#467ECA

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

Shades of Havelock Blue #467ECA

Tints of Havelock Blue #467ECA

Color information

#467ECA (or 0x467ECA) is unknown color: approx Havelock Blue. HEX triplet: 46, 7E and CA. RGB value is (70,126,202). Sum of RGB (Red+Green+Blue) = 70+126+202=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #467ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ECA is #B98135. Grayscale: #757575. Windows color (decimal): -12157238 or 13270598. OLE color: 13270598.

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

Color convert

RGB70126202-
CMYK0.650.3800.21
HSL214.55º55.46%53.33%-
HSV(B)214.55º65.35%79.22%-
XYZ20.6520.4958.74-
YUV117.92175.4593.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.59%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=17.59%
G=31.66%
B=50.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701262020.650.3800.21214.5555.4653.33
Hex467ECA4126015d73735
Octal106176312101460253276765
Binary1000110111111011001010100000110011001010111010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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