#4470c4

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

Shades of Havelock Blue #4470C4

Tints of Havelock Blue #4470C4

Color information

#4470C4 (or 0x4470C4) is unknown color: approx Havelock Blue. HEX triplet: 44, 70 and C4. RGB value is (68,112,196). Sum of RGB (Red+Green+Blue) = 68+112+196=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #4470C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4470C4 is #BB8F3B. Grayscale: #6C6C6C. Windows color (decimal): -12291900 or 12873796. OLE color: 12873796.

HSL color Cylindrical-coordinate representation of color #4470C4: hue angle of 219.38º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4470C4 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB68112196-
CMYK0.650.4300.23
HSL219.38º52.03%51.76%-
HSV(B)219.38º65.31%76.86%-
XYZ18.1416.854.51-
YUV108.42177.4299.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 196 (76.95% from 255) = 52.13%
R=18.09%
G=29.79%
B=52.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal681121960.650.4300.23219.3852.0351.76
Hex4470C4412B017db3434
Octal104160304101530273336464
Binary1000100111000011000100100000110101101011111011011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4470c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4470c4; }

 p { color: rgb(68,112,196); }

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

<style>
 a { background-color: #4470c4; }

 a { background-color: rgb(68,112,196); }

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

<style>
 span { border-color: #4470c4; }

 span { border-color: rgb(68,112,196); }

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