Html Css Color HEX #4585CB Havelock Blue

📋 copy color: '#4585CB'

red 69 ◦ green 133 ◦ blue 203

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

Shades of Havelock Blue #4585CB

Tints of Havelock Blue #4585CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 17.04%
G = 32.84%
B = 50.12%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4585CB (or 0x4585CB) is known color: Havelock Blue. HEX triplet: 45, 85 and CB. RGB value is (69,133,203). Sum of RGB (Red+Green+Blue) = 69+133+203=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #4585CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585CB is #BA7A34. Grayscale: #797979. Windows color (decimal): -12220981 or 13337925. OLE color: 13337925.

HSL color Cylindrical-coordinate representation of color #4585CB: hue angle of 211.34º 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 #4585CB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 133 203 -
CMYK 0.66 0.34 0 0.20
HSL 211.34º 0.56% 0.53% -
HSV(B) 211.34º 0.66% 0.8% -
XYZ 21.62 22.35 59.67 -
YUV 121.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 69 133 203 0.66 0.34 0 0.20 211.34 0.56 0.53
Hex 45 85 CB 42 22 0 14 D3 38 35
Octal 105 205 313 102 42 0 24 323 70 65
Binary 1000101 10000101 11001011 1000010 100010 0 10100 11010011 111000 110101

Color Harmonies of #4585CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585CB

Black with #4585CB

Text Example


Text Example

White with #4585CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4585CB;
 }
 .AnyTagClassName
 {
   color: #4585CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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