Html Css Color HEX #4584CC Havelock Blue

📋 copy color: '#4584CC'

red 69 ◦ green 132 ◦ blue 204

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

Shades of Havelock Blue #4584CC

Tints of Havelock Blue #4584CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 17.04%
G = 32.59%
B = 50.37%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4584CC (or 0x4584CC) is known color: Havelock Blue. HEX triplet: 45, 84 and CC. RGB value is (69,132,204). Sum of RGB (Red+Green+Blue) = 69+132+204=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #4584CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584CC is #BA7B33. Grayscale: #797979. Windows color (decimal): -12221236 or 13403205. OLE color: 13403205.

HSL color Cylindrical-coordinate representation of color #4584CC: hue angle of 212º degrees, saturation: 0.57, 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 #4584CC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 132 204 -
CMYK 0.66 0.35 0 0.2
HSL 212º 0.57% 0.54% -
HSV(B) 212º 0.66% 0.8% -
XYZ 21.6 22.13 60.26 -
YUV 121.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 69 132 204 0.66 0.35 0 0.2 212 0.57 0.54
Hex 45 84 CC 42 23 0 14 D4 39 36
Octal 105 204 314 102 43 0 24 324 71 66
Binary 1000101 10000100 11001100 1000010 100011 0 10100 11010100 111001 110110

Color Harmonies of #4584CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584CC

Black with #4584CC

Text Example


Text Example

White with #4584CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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