#447EC9

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

Shades of Havelock Blue #447EC9

Tints of Havelock Blue #447EC9

Color information

#447EC9 (or 0x447EC9) is unknown color: approx Havelock Blue. HEX triplet: 44, 7E and C9. RGB value is (68,126,201). Sum of RGB (Red+Green+Blue) = 68+126+201=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #447EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EC9 is #BB8136. Grayscale: #747474. Windows color (decimal): -12288311 or 13205060. OLE color: 13205060.

HSL color Cylindrical-coordinate representation of color #447EC9: hue angle of 213.83º degrees, saturation: 0.55, 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 #447EC9 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68126201-
CMYK0.660.3700.21
HSL213.83º55.19%52.75%-
HSV(B)213.83º66.17%78.82%-
XYZ20.3920.3758.12-
YUV117.21175.2892.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.22%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=17.22%
G=31.90%
B=50.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681262010.660.3700.21213.8355.1952.75
Hex447EC94225015d63735
Octal104176311102450253266765
Binary1000100111111011001001100001010010101010111010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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