Html Css Color HEX #4585CD Havelock Blue

📋 copy color: '#4585CD'

red 69 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #4585CD

Tints of Havelock Blue #4585CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 16.95%
G = 32.68%
B = 50.37%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4585CD (or 0x4585CD) is known color: Havelock Blue. HEX triplet: 45, 85 and CD. RGB value is (69,133,205). Sum of RGB (Red+Green+Blue) = 69+133+205=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #4585CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585CD is #BA7A32. Grayscale: #797979. Windows color (decimal): -12220979 or 13468997. OLE color: 13468997.

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

Color convert

RGB 69 133 205 -
CMYK 0.66 0.35 0 0.20
HSL 211.76º 0.58% 0.54% -
HSV(B) 211.76º 0.66% 0.8% -
XYZ 21.86 22.45 60.94 -
YUV 122.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 69 133 205 0.66 0.35 0 0.20 211.76 0.58 0.54
Hex 45 85 CD 42 23 0 14 D4 3A 36
Octal 105 205 315 102 43 0 24 324 72 66
Binary 1000101 10000101 11001101 1000010 100011 0 10100 11010100 111010 110110

Color Harmonies of #4585CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585CD

Black with #4585CD

Text Example


Text Example

White with #4585CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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