#447FC7

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

Shades of Havelock Blue #447FC7

Tints of Havelock Blue #447FC7

Color information

#447FC7 (or 0x447FC7) is unknown color: approx Havelock Blue. HEX triplet: 44, 7F and C7. RGB value is (68,127,199). Sum of RGB (Red+Green+Blue) = 68+127+199=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #447FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FC7 is #BB8038. Grayscale: #757575. Windows color (decimal): -12288057 or 13074244. OLE color: 13074244.

HSL color Cylindrical-coordinate representation of color #447FC7: hue angle of 212.98º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447FC7 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68127199-
CMYK0.660.3600.22
HSL212.98º53.91%52.35%-
HSV(B)212.98º65.83%78.04%-
XYZ20.2820.5356.93-
YUV117.57173.9592.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 199 (78.12% from 255) = 50.51%
R=17.26%
G=32.23%
B=50.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681271990.660.3600.22212.9853.9152.35
Hex447FC74224016d53634
Octal104177307102440263256664
Binary1000100111111111000111100001010010001011011010101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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