#447ECD

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

Shades of Havelock Blue #447ECD

Tints of Havelock Blue #447ECD

Color information

#447ECD (or 0x447ECD) is unknown color: approx Havelock Blue. HEX triplet: 44, 7E and CD. RGB value is (68,126,205). Sum of RGB (Red+Green+Blue) = 68+126+205=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #447ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ECD is #BB8132. Grayscale: #757575. Windows color (decimal): -12288307 or 13467204. OLE color: 13467204.

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

Color convert

RGB68126205-
CMYK0.670.3900.20
HSL214.6º57.81%53.53%-
HSV(B)214.6º66.83%80.39%-
XYZ20.8620.5660.63-
YUV117.66177.2892.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.04%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=17.04%
G=31.58%
B=51.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681262050.670.3900.20214.657.8153.53
Hex447ECD4327014d73a36
Octal104176315103470243277266
Binary1000100111111011001101100001110011101010011010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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