#4585CC

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

Shades of Havelock Blue #4585CC

Tints of Havelock Blue #4585CC

Color information

#4585CC (or 0x4585CC) is unknown color: approx Havelock Blue. HEX triplet: 45, 85 and CC. RGB value is (69,133,204). Sum of RGB (Red+Green+Blue) = 69+133+204=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #4585CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585CC is #BA7A33. Grayscale: #797979. Windows color (decimal): -12220980 or 13403461. OLE color: 13403461.

HSL color Cylindrical-coordinate representation of color #4585CC: hue angle of 211.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4585CC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB69133204-
CMYK0.660.3500.2
HSL211.56º56.96%53.53%-
HSV(B)211.56º66.18%80%-
XYZ21.7422.460.3-
YUV121.96174.390.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.00%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=17.00%
G=32.76%
B=50.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal691332040.660.3500.2211.5656.9653.53
Hex4585CC4223014d43936
Octal105205314102430243247166
Binary10001011000010111001100100001010001101010011010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4585CC; }

 p { color: rgb(69,133,204); }

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

<style>
 a { background-color: #4585CC; }

 a { background-color: rgb(69,133,204); }

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

<style>
 span { border-color: #4585CC; }

 span { border-color: rgb(69,133,204); }

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