Html Css Color HEX #4882CE Havelock Blue

📋 copy color: '#4882CE'

red 72 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #4882CE

Tints of Havelock Blue #4882CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

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

R = 17.65%
G = 31.86%
B = 50.49%

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

#4882CE (or 0x4882CE) is known color: Havelock Blue. HEX triplet: 48, 82 and CE. RGB value is (72,130,206). Sum of RGB (Red+Green+Blue) = 72+130+206=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4882CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882CE is #B77D31. Grayscale: #787878. Windows color (decimal): -12025138 or 13533768. OLE color: 13533768.

HSL color Cylindrical-coordinate representation of color #4882CE: hue angle of 214.03º 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 #4882CE is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 130 206 -
CMYK 0.65 0.37 0 0.19
HSL 214.03º 0.58% 0.55% -
HSV(B) 214.03º 0.65% 0.81% -
XYZ 21.8 21.8 61.45 -
YUV 121.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 72 130 206 0.65 0.37 0 0.19 214.03 0.58 0.55
Hex 48 82 CE 41 25 0 13 D6 3A 37
Octal 110 202 316 101 45 0 23 326 72 67
Binary 1001000 10000010 11001110 1000001 100101 0 10011 11010110 111010 110111

Color Harmonies of #4882CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882CE

Black with #4882CE

Text Example


Text Example

White with #4882CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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