#447FCA

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

Shades of Havelock Blue #447FCA

Tints of Havelock Blue #447FCA

Color information

#447FCA (or 0x447FCA) is unknown color: approx Havelock Blue. HEX triplet: 44, 7F and CA. RGB value is (68,127,202). Sum of RGB (Red+Green+Blue) = 68+127+202=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #447FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FCA is #BB8035. Grayscale: #757575. Windows color (decimal): -12288054 or 13270852. OLE color: 13270852.

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

Color convert

RGB68127202-
CMYK0.660.3700.21
HSL213.58º55.83%52.94%-
HSV(B)213.58º66.34%79.22%-
XYZ20.6320.6758.78-
YUV117.91175.4592.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.13%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=17.13%
G=31.99%
B=50.88%

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
Decimal681272020.660.3700.21213.5855.8352.94
Hex447FCA4225015d63835
Octal104177312102450253267065
Binary1000100111111111001010100001010010101010111010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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