Html Css Color HEX #4886DC Havelock Blue

📋 copy color: '#4886DC'

red 72 ◦ green 134 ◦ blue 220

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

Shades of Havelock Blue #4886DC

Tints of Havelock Blue #4886DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 16.9%
G = 31.46%
B = 51.64%

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

#4886DC (or 0x4886DC) is known color: Havelock Blue. HEX triplet: 48, 86 and DC. RGB value is (72,134,220). Sum of RGB (Red+Green+Blue) = 72+134+220=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #4886DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886DC is #B77923. Grayscale: #7C7C7C. Windows color (decimal): -12024100 or 14452296. OLE color: 14452296.

HSL color Cylindrical-coordinate representation of color #4886DC: hue angle of 214.86º 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 #4886DC is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 134 220 -
CMYK 0.67 0.39 0 0.14
HSL 214.86º 0.68% 0.57% -
HSV(B) 214.86º 0.67% 0.86% -
XYZ 24.12 23.6 70.99 -
YUV 125.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 72 134 220 0.67 0.39 0 0.14 214.86 0.68 0.57
Hex 48 86 DC 43 27 0 E D7 44 39
Octal 110 206 334 103 47 0 16 327 104 71
Binary 1001000 10000110 11011100 1000011 100111 0 1110 11010111 1000100 111001

Color Harmonies of #4886DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886DC

Black with #4886DC

Text Example


Text Example

White with #4886DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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