#447ECA

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

Shades of Havelock Blue #447ECA

Tints of Havelock Blue #447ECA

Color information

#447ECA (or 0x447ECA) is unknown color: approx Havelock Blue. HEX triplet: 44, 7E and CA. RGB value is (68,126,202). Sum of RGB (Red+Green+Blue) = 68+126+202=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #447ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ECA is #BB8135. Grayscale: #747474. Windows color (decimal): -12288310 or 13270596. OLE color: 13270596.

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

Color convert

RGB68126202-
CMYK0.660.3800.21
HSL214.03º55.83%52.94%-
HSV(B)214.03º66.34%79.22%-
XYZ20.5120.4158.74-
YUV117.32175.7892.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.17%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=17.17%
G=31.82%
B=51.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681262020.660.3800.21214.0355.8352.94
Hex447ECA4226015d63835
Octal104176312102460253267065
Binary1000100111111011001010100001010011001010111010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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