#4471C4

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

Shades of Havelock Blue #4471C4

Tints of Havelock Blue #4471C4

Color information

#4471C4 (or 0x4471C4) is unknown color: approx Havelock Blue. HEX triplet: 44, 71 and C4. RGB value is (68,113,196). Sum of RGB (Red+Green+Blue) = 68+113+196=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #4471C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471C4 is #BB8E3B. Grayscale: #6C6C6C. Windows color (decimal): -12291644 or 12874052. OLE color: 12874052.

HSL color Cylindrical-coordinate representation of color #4471C4: hue angle of 218.91º 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 #4471C4 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB68113196-
CMYK0.650.4200.23
HSL218.91º52.03%51.76%-
HSV(B)218.91º65.31%76.86%-
XYZ18.2517.0254.55-
YUV109.01177.0998.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 196 (76.95% from 255) = 51.99%
R=18.04%
G=29.97%
B=51.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal681131960.650.4200.23218.9152.0351.76
Hex4471C4412A017db3434
Octal104161304101520273336464
Binary1000100111000111000100100000110101001011111011011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4471C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4471C4; }

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

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

<style>
 a { background-color: #4471C4; }

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

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

<style>
 span { border-color: #4471C4; }

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

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