Html Css Color HEX #4584CE Havelock Blue

📋 copy color: '#4584CE'

red 69 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #4584CE

Tints of Havelock Blue #4584CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

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

R = 16.95%
G = 32.43%
B = 50.61%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4584CE (or 0x4584CE) is known color: Havelock Blue. HEX triplet: 45, 84 and CE. RGB value is (69,132,206). Sum of RGB (Red+Green+Blue) = 69+132+206=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4584CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584CE is #BA7B31. Grayscale: #797979. Windows color (decimal): -12221234 or 13534277. OLE color: 13534277.

HSL color Cylindrical-coordinate representation of color #4584CE: hue angle of 212.41º 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 #4584CE is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 132 206 -
CMYK 0.67 0.36 0 0.19
HSL 212.41º 0.58% 0.54% -
HSV(B) 212.41º 0.67% 0.81% -
XYZ 21.85 22.22 61.53 -
YUV 121.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 69 132 206 0.67 0.36 0 0.19 212.41 0.58 0.54
Hex 45 84 CE 43 24 0 13 D4 3A 36
Octal 105 204 316 103 44 0 23 324 72 66
Binary 1000101 10000100 11001110 1000011 100100 0 10011 11010100 111010 110110

Color Harmonies of #4584CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584CE

Black with #4584CE

Text Example


Text Example

White with #4584CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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