#4188DC

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

Shades of Havelock Blue #4188DC

Tints of Havelock Blue #4188DC

Color information

#4188DC (or 0x4188DC) is unknown color: approx Havelock Blue. HEX triplet: 41, 88 and DC. RGB value is (65,136,220). Sum of RGB (Red+Green+Blue) = 65+136+220=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #4188DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4188DC is #BE7723. Grayscale: #7B7B7B. Windows color (decimal): -12482340 or 14452801. OLE color: 14452801.

HSL color Cylindrical-coordinate representation of color #4188DC: hue angle of 212.52º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4188DC is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65136220-
CMYK0.700.3800.14
HSL212.52º68.89%55.88%-
HSV(B)212.52º70.45%86.27%-
XYZ23.923.971.06-
YUV124.35181.9885.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 220 (86.33% from 255) = 52.26%
R=15.44%
G=32.30%
B=52.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651362200.700.3800.14212.5268.8955.88
Hex4188DC46260Ed54538
Octal1012103341064601632510570
Binary10000011000100011011100100011010011001110110101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4188DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4188DC; }

 p { color: rgb(65,136,220); }

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

<style>
 a { background-color: #4188DC; }

 a { background-color: rgb(65,136,220); }

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

<style>
 span { border-color: #4188DC; }

 span { border-color: rgb(65,136,220); }

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