Html Css Color HEX #4585CE Havelock Blue

📋 copy color: '#4585CE'

red 69 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #4585CE

Tints of Havelock Blue #4585CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 16.91%
G = 32.6%
B = 50.49%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4585CE (or 0x4585CE) is known color: Havelock Blue. HEX triplet: 45, 85 and CE. RGB value is (69,133,206). Sum of RGB (Red+Green+Blue) = 69+133+206=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4585CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585CE is #BA7A31. Grayscale: #797979. Windows color (decimal): -12220978 or 13534533. OLE color: 13534533.

HSL color Cylindrical-coordinate representation of color #4585CE: hue angle of 211.97º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4585CE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 133 206 -
CMYK 0.67 0.35 0 0.19
HSL 211.97º 0.58% 0.54% -
HSV(B) 211.97º 0.67% 0.81% -
XYZ 21.98 22.5 61.58 -
YUV 122.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 69 133 206 0.67 0.35 0 0.19 211.97 0.58 0.54
Hex 45 85 CE 43 23 0 13 D4 3A 36
Octal 105 205 316 103 43 0 23 324 72 66
Binary 1000101 10000101 11001110 1000011 100011 0 10011 11010100 111010 110110

Color Harmonies of #4585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585CE

Black with #4585CE

Text Example


Text Example

White with #4585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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