Html Css Color HEX #4881CA Havelock Blue

📋 copy color: '#4881CA'

red 72 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #4881CA

Tints of Havelock Blue #4881CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 17.87%
G = 32.01%
B = 50.12%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4881CA (or 0x4881CA) is known color: Havelock Blue. HEX triplet: 48, 81 and CA. RGB value is (72,129,202). Sum of RGB (Red+Green+Blue) = 72+129+202=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #4881CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881CA is #B77E35. Grayscale: #777777. Windows color (decimal): -12025398 or 13271368. OLE color: 13271368.

HSL color Cylindrical-coordinate representation of color #4881CA: hue angle of 213.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4881CA is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 129 202 -
CMYK 0.64 0.36 0 0.21
HSL 213.69º 0.55% 0.54% -
HSV(B) 213.69º 0.64% 0.79% -
XYZ 21.18 21.34 58.88 -
YUV 120.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 72 129 202 0.64 0.36 0 0.21 213.69 0.55 0.54
Hex 48 81 CA 40 24 0 15 D6 37 36
Octal 110 201 312 100 44 0 25 326 67 66
Binary 1001000 10000001 11001010 1000000 100100 0 10101 11010110 110111 110110

Color Harmonies of #4881CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881CA

Black with #4881CA

Text Example


Text Example

White with #4881CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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