Html Css Color HEX #4881CB Havelock Blue

📋 copy color: '#4881CB'

red 72 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #4881CB

Tints of Havelock Blue #4881CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 17.82%
G = 31.93%
B = 50.25%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4881CB (or 0x4881CB) is known color: Havelock Blue. HEX triplet: 48, 81 and CB. RGB value is (72,129,203). Sum of RGB (Red+Green+Blue) = 72+129+203=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #4881CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881CB is #B77E34. Grayscale: #787878. Windows color (decimal): -12025397 or 13336904. OLE color: 13336904.

HSL color Cylindrical-coordinate representation of color #4881CB: hue angle of 213.89º 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 #4881CB is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 129 203 -
CMYK 0.65 0.36 0 0.20
HSL 213.89º 0.56% 0.54% -
HSV(B) 213.89º 0.65% 0.8% -
XYZ 21.3 21.39 59.51 -
YUV 120.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 72 129 203 0.65 0.36 0 0.20 213.89 0.56 0.54
Hex 48 81 CB 41 24 0 14 D6 38 36
Octal 110 201 313 101 44 0 24 326 70 66
Binary 1001000 10000001 11001011 1000001 100100 0 10100 11010110 111000 110110

Color Harmonies of #4881CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881CB

Black with #4881CB

Text Example


Text Example

White with #4881CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4881CB; }

 p { color: rgb(72,129,203); }

 H1.HeaderClassName
 {
   color: #4881CB;
 }
 .AnyTagClassName
 {
   color: #4881CB;
 }
</style>

background-color css

<style>
 a { background-color: #4881CB; }

 a { background-color: rgb(72,129,203); }

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

border-color css

<style>
 span { border-color: #4881CB; }

 span { border-color: rgb(72,129,203); }

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