#4286DA

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

Shades of Havelock Blue #4286DA

Tints of Havelock Blue #4286DA

Color information

#4286DA (or 0x4286DA) is unknown color: approx Havelock Blue. HEX triplet: 42, 86 and DA. RGB value is (66,134,218). Sum of RGB (Red+Green+Blue) = 66+134+218=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #4286DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286DA is #BD7925. Grayscale: #7A7A7A. Windows color (decimal): -12417318 or 14321218. OLE color: 14321218.

HSL color Cylindrical-coordinate representation of color #4286DA: hue angle of 213.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4286DA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66134218-
CMYK0.700.3900.15
HSL213.16º67.26%55.69%-
HSV(B)213.16º69.72%85.49%-
XYZ23.4323.2769.59-
YUV123.24181.4787.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.79%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=15.79%
G=32.06%
B=52.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661342180.700.3900.15213.1667.2655.69
Hex4286DA46270Fd54338
Octal1022063321064701732510370
Binary10000101000011011011010100011010011101111110101011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4286DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4286DA; }

 p { color: rgb(66,134,218); }

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

<style>
 a { background-color: #4286DA; }

 a { background-color: rgb(66,134,218); }

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

<style>
 span { border-color: #4286DA; }

 span { border-color: rgb(66,134,218); }

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