#447CCC

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

Shades of Havelock Blue #447CCC

Tints of Havelock Blue #447CCC

Color information

#447CCC (or 0x447CCC) is unknown color: approx Havelock Blue. HEX triplet: 44, 7C and CC. RGB value is (68,124,204). Sum of RGB (Red+Green+Blue) = 68+124+204=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #447CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CCC is #BB8333. Grayscale: #747474. Windows color (decimal): -12288820 or 13401156. OLE color: 13401156.

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

Color convert

RGB68124204-
CMYK0.670.3900.2
HSL215.29º57.14%53.33%-
HSV(B)215.29º66.67%80%-
XYZ20.492059.91-
YUV116.38177.4593.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.17%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=17.17%
G=31.31%
B=51.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681242040.670.3900.2215.2957.1453.33
Hex447CCC4327014d73935
Octal104174314103470243277165
Binary1000100111110011001100100001110011101010011010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,124,204); }

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

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

 a { background-color: rgb(68,124,204); }

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

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

 span { border-color: rgb(68,124,204); }

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