#4586D1

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

Shades of Havelock Blue #4586D1

Tints of Havelock Blue #4586D1

Color information

#4586D1 (or 0x4586D1) is unknown color: approx Havelock Blue. HEX triplet: 45, 86 and D1. RGB value is (69,134,209). Sum of RGB (Red+Green+Blue) = 69+134+209=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #4586D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586D1 is #BA792E. Grayscale: #7A7A7A. Windows color (decimal): -12220719 or 13731397. OLE color: 13731397.

HSL color Cylindrical-coordinate representation of color #4586D1: hue angle of 212.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4586D1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69134209-
CMYK0.670.3600.18
HSL212.14º60.34%54.51%-
HSV(B)212.14º66.99%81.96%-
XYZ22.4922.9263.56-
YUV123.12176.4789.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.75%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 209 (82.03% from 255) = 50.73%
R=16.75%
G=32.52%
B=50.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691342090.670.3600.18212.1460.3454.51
Hex4586D14324012d43c37
Octal105206321103440223247467
Binary10001011000011011010001100001110010001001011010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4586D1; }

 p { color: rgb(69,134,209); }

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

<style>
 a { background-color: #4586D1; }

 a { background-color: rgb(69,134,209); }

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

<style>
 span { border-color: #4586D1; }

 span { border-color: rgb(69,134,209); }

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