Html Css Color HEX #4887DC Havelock Blue

📋 copy color: '#4887DC'

red 72 ◦ green 135 ◦ blue 220

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

Shades of Havelock Blue #4887DC

Tints of Havelock Blue #4887DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 16.86%
G = 31.62%
B = 51.52%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4887DC (or 0x4887DC) is known color: Havelock Blue. HEX triplet: 48, 87 and DC. RGB value is (72,135,220). Sum of RGB (Red+Green+Blue) = 72+135+220=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #4887DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4887DC is #B77823. Grayscale: #7D7D7D. Windows color (decimal): -12023844 or 14452552. OLE color: 14452552.

HSL color Cylindrical-coordinate representation of color #4887DC: hue angle of 214.46º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4887DC is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 135 220 -
CMYK 0.67 0.39 0 0.14
HSL 214.46º 0.68% 0.57% -
HSV(B) 214.46º 0.67% 0.86% -
XYZ 24.25 23.87 71.04 -
YUV 125.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 72 135 220 0.67 0.39 0 0.14 214.46 0.68 0.57
Hex 48 87 DC 43 27 0 E D6 44 39
Octal 110 207 334 103 47 0 16 326 104 71
Binary 1001000 10000111 11011100 1000011 100111 0 1110 11010110 1000100 111001

Color Harmonies of #4887DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4887DC

Black with #4887DC

Text Example


Text Example

White with #4887DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4887DC; }

 p { color: rgb(72,135,220); }

 H1.HeaderClassName
 {
   color: #4887DC;
 }
 .AnyTagClassName
 {
   color: #4887DC;
 }
</style>

background-color css

<style>
 a { background-color: #4887DC; }

 a { background-color: rgb(72,135,220); }

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

border-color css

<style>
 span { border-color: #4887DC; }

 span { border-color: rgb(72,135,220); }

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