#447DCA

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

Shades of Havelock Blue #447DCA

Tints of Havelock Blue #447DCA

Color information

#447DCA (or 0x447DCA) is unknown color: approx Havelock Blue. HEX triplet: 44, 7D and CA. RGB value is (68,125,202). Sum of RGB (Red+Green+Blue) = 68+125+202=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #447DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DCA is #BB8235. Grayscale: #747474. Windows color (decimal): -12288566 or 13270340. OLE color: 13270340.

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

Color convert

RGB68125202-
CMYK0.660.3800.21
HSL214.48º55.83%52.94%-
HSV(B)214.48º66.34%79.22%-
XYZ20.3820.1658.69-
YUV116.74176.1293.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.22%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=17.22%
G=31.65%
B=51.14%

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
Decimal681252020.660.3800.21214.4855.8352.94
Hex447DCA4226015d63835
Octal104175312102460253267065
Binary1000100111110111001010100001010011001010111010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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