Html Css Color HEX #4877CC Havelock Blue

📋 copy color: '#4877CC'

red 72 ◦ green 119 ◦ blue 204

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

Shades of Havelock Blue #4877CC

Tints of Havelock Blue #4877CC

RGB

 RED value IS 72 (28.52% from 255) = 18.23%

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 18.23%
G = 30.13%
B = 51.65%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4877CC (or 0x4877CC) is known color: Havelock Blue. HEX triplet: 48, 77 and CC. RGB value is (72,119,204). Sum of RGB (Red+Green+Blue) = 72+119+204=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #4877CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4877CC is #B78833. Grayscale: #727272. Windows color (decimal): -12027956 or 13399880. OLE color: 13399880.

HSL color Cylindrical-coordinate representation of color #4877CC: hue angle of 218.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4877CC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 119 204 -
CMYK 0.65 0.42 0 0.2
HSL 218.64º 0.56% 0.54% -
HSV(B) 218.64º 0.65% 0.8% -
XYZ 20.17 18.93 59.72 -
YUV 114.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 72 119 204 0.65 0.42 0 0.2 218.64 0.56 0.54
Hex 48 77 CC 41 2A 0 14 DB 38 36
Octal 110 167 314 101 52 0 24 333 70 66
Binary 1001000 1110111 11001100 1000001 101010 0 10100 11011011 111000 110110

Color Harmonies of #4877CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4877CC

Black with #4877CC

Text Example


Text Example

White with #4877CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,119,204); }

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

background-color css

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

 a { background-color: rgb(72,119,204); }

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

border-color css

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

 span { border-color: rgb(72,119,204); }

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