#4174C8

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

Shades of Havelock Blue #4174C8

Tints of Havelock Blue #4174C8

Color information

#4174C8 (or 0x4174C8) is unknown color: approx Havelock Blue. HEX triplet: 41, 74 and C8. RGB value is (65,116,200). Sum of RGB (Red+Green+Blue) = 65+116+200=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #4174C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174C8 is #BE8B37. Grayscale: #6D6D6D. Windows color (decimal): -12487480 or 13136961. OLE color: 13136961.

HSL color Cylindrical-coordinate representation of color #4174C8: hue angle of 217.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4174C8 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65116200-
CMYK0.680.4200.22
HSL217.33º55.1%51.96%-
HSV(B)217.33º67.5%78.43%-
XYZ18.8517.7857.08-
YUV110.33178.695.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=17.06%
G=30.45%
B=52.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651162000.680.4200.22217.3355.151.96
Hex4174C8442A016d93734
Octal101164310104520263316764
Binary1000001111010011001000100010010101001011011011001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4174C8; }

 p { color: rgb(65,116,200); }

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

<style>
 a { background-color: #4174C8; }

 a { background-color: rgb(65,116,200); }

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

<style>
 span { border-color: #4174C8; }

 span { border-color: rgb(65,116,200); }

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