#4586CB

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

Shades of Havelock Blue #4586CB

Tints of Havelock Blue #4586CB

Color information

#4586CB (or 0x4586CB) is unknown color: approx Havelock Blue. HEX triplet: 45, 86 and CB. RGB value is (69,134,203). Sum of RGB (Red+Green+Blue) = 69+134+203=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4586CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586CB is #BA7934. Grayscale: #7A7A7A. Windows color (decimal): -12220725 or 13338181. OLE color: 13338181.

HSL color Cylindrical-coordinate representation of color #4586CB: hue angle of 210.9º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4586CB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69134203-
CMYK0.660.3400.20
HSL210.9º56.3%53.33%-
HSV(B)210.9º66.01%79.61%-
XYZ21.7622.6359.72-
YUV122.43173.4789.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.00%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 203 (79.69% from 255) = 50%
R=17.00%
G=33.00%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691342030.660.3400.20210.956.353.33
Hex4586CB4222014d33835
Octal105206313102420243237065
Binary10001011000011011001011100001010001001010011010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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