Html Css Color HEX #4585DB Havelock Blue

📋 copy color: '#4585DB'

red 69 ◦ green 133 ◦ blue 219

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

Shades of Havelock Blue #4585DB

Tints of Havelock Blue #4585DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 16.39%
G = 31.59%
B = 52.02%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4585DB (or 0x4585DB) is known color: Havelock Blue. HEX triplet: 45, 85 and DB. RGB value is (69,133,219). Sum of RGB (Red+Green+Blue) = 69+133+219=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #4585DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585DB is #BA7A24. Grayscale: #7B7B7B. Windows color (decimal): -12220965 or 14386501. OLE color: 14386501.

HSL color Cylindrical-coordinate representation of color #4585DB: hue angle of 214.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4585DB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 133 219 -
CMYK 0.68 0.39 0 0.14
HSL 214.4º 0.68% 0.56% -
HSV(B) 214.4º 0.68% 0.86% -
XYZ 23.63 23.15 70.24 -
YUV 123.67 181.8 89.01 -
System Red Green Blue C M Y K H S L
Decimal 69 133 219 0.68 0.39 0 0.14 214.4 0.68 0.56
Hex 45 85 DB 44 27 0 E D6 44 38
Octal 105 205 333 104 47 0 16 326 104 70
Binary 1000101 10000101 11011011 1000100 100111 0 1110 11010110 1000100 111000

Color Harmonies of #4585DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585DB

Black with #4585DB

Text Example


Text Example

White with #4585DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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