Html Css Color HEX #4585CC Havelock Blue

📋 copy color: '#4585CC'

red 69 ◦ green 133 ◦ blue 204

#4585CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4585CC

Tints of Havelock Blue #4585CC

RGB

 RED value IS 69 (27.34% from 255) = 17%

 GREEN value IS 133 (52.34% from 255) = 32.76%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 17%
G = 32.76%
B = 50.25%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4585CC (or 0x4585CC) is known color: 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

RGB 69 133 204 -
CMYK 0.66 0.35 0 0.2
HSL 211.56º 0.57% 0.54% -
HSV(B) 211.56º 0.66% 0.8% -
XYZ 21.74 22.4 60.3 -
YUV 121.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 69 133 204 0.66 0.35 0 0.2 211.56 0.57 0.54
Hex 45 85 CC 42 23 0 14 D4 39 36
Octal 105 205 314 102 43 0 24 324 71 66
Binary 1000101 10000101 11001100 1000010 100011 0 10100 11010100 111001 110110

Color Harmonies of #4585CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585CC

Black with #4585CC

Text Example


Text Example

White with #4585CC

Text Example


Text Example

HTML Codes & Css Web 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>