#4E82DC

Color #4E82DC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4E82DC

Tints of Havelock Blue #4E82DC

Color information

#4E82DC (or 0x4E82DC) is unknown color: approx Havelock Blue. HEX triplet: 4E, 82 and DC. RGB value is (78,130,220). Sum of RGB (Red+Green+Blue) = 78+130+220=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E82DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E82DC is #B17D23. Grayscale: #7C7C7C. Windows color (decimal): -11631908 or 14451278. OLE color: 14451278.

HSL color Cylindrical-coordinate representation of color #4E82DC: hue angle of 218.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E82DC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78130220-
CMYK0.650.4100.14
HSL218.03º66.98%58.43%-
HSV(B)218.03º64.55%86.27%-
XYZ24.0422.7570.83-
YUV124.71181.7794.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.22%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=18.22%
G=30.37%
B=51.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781302200.650.4100.14218.0366.9858.43
Hex4E82DC41290Eda433a
Octal1162023341015101633210372
Binary10011101000001011011100100000110100101110110110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E82DC; }

 p { color: rgb(78,130,220); }

 H1.HeaderClassName
 {
   color: #4E82DC;
 }
 .AnyTagClassName
 {
   color: #4E82DC;
 }
</style>
background-color css

<style>
 a { background-color: #4E82DC; }

 a { background-color: rgb(78,130,220); }

 div.DivClassName
 {
   background-color: #4E82DC;
 }
 .BgClassName
 {
   background-color: #4E82DC;
 }
</style>
border-color css

<style>
 span { border-color: #4E82DC; }

 span { border-color: rgb(78,130,220); }

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