Html Css Color HEX #4881CE Havelock Blue

📋 copy color: '#4881CE'

red 72 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #4881CE

Tints of Havelock Blue #4881CE

RGB

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

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

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

R = 17.69%
G = 31.7%
B = 50.61%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4881CE (or 0x4881CE) is known color: Havelock Blue. HEX triplet: 48, 81 and CE. RGB value is (72,129,206). Sum of RGB (Red+Green+Blue) = 72+129+206=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 129 (50.78% from 255 or 31.70% 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 #4881CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881CE is #B77E31. Grayscale: #787878. Windows color (decimal): -12025394 or 13533512. OLE color: 13533512.

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

Color convert

RGB 72 129 206 -
CMYK 0.65 0.37 0 0.19
HSL 214.48º 0.58% 0.55% -
HSV(B) 214.48º 0.65% 0.81% -
XYZ 21.66 21.53 61.41 -
YUV 120.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 72 129 206 0.65 0.37 0 0.19 214.48 0.58 0.55
Hex 48 81 CE 41 25 0 13 D6 3A 37
Octal 110 201 316 101 45 0 23 326 72 67
Binary 1001000 10000001 11001110 1000001 100101 0 10011 11010110 111010 110111

Color Harmonies of #4881CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881CE

Black with #4881CE

Text Example


Text Example

White with #4881CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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