#447DCD

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

Shades of Havelock Blue #447DCD

Tints of Havelock Blue #447DCD

Color information

#447DCD (or 0x447DCD) is unknown color: approx Havelock Blue. HEX triplet: 44, 7D and CD. RGB value is (68,125,205). Sum of RGB (Red+Green+Blue) = 68+125+205=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #447DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DCD is #BB8232. Grayscale: #747474. Windows color (decimal): -12288563 or 13466948. OLE color: 13466948.

HSL color Cylindrical-coordinate representation of color #447DCD: hue angle of 215.04º 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 #447DCD is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68125205-
CMYK0.670.3900.20
HSL215.04º57.81%53.53%-
HSV(B)215.04º66.83%80.39%-
XYZ20.7420.360.58-
YUV117.08177.6293-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.09%
GREEN value IS 125 (49.22% from 255) = 31.41%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=17.09%
G=31.41%
B=51.51%

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
Decimal681252050.670.3900.20215.0457.8153.53
Hex447DCD4327014d73a36
Octal104175315103470243277266
Binary1000100111110111001101100001110011101010011010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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