#4E81DC

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

Shades of Havelock Blue #4E81DC

Tints of Havelock Blue #4E81DC

Color information

#4E81DC (or 0x4E81DC) is unknown color: approx Havelock Blue. HEX triplet: 4E, 81 and DC. RGB value is (78,129,220). Sum of RGB (Red+Green+Blue) = 78+129+220=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 129 (50.78% from 255 or 30.21% 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 #4E81DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E81DC is #B17E23. Grayscale: #7B7B7B. Windows color (decimal): -11632164 or 14451022. OLE color: 14451022.

HSL color Cylindrical-coordinate representation of color #4E81DC: hue angle of 218.45º 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 #4E81DC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78129220-
CMYK0.650.4100.14
HSL218.45º66.98%58.43%-
HSV(B)218.45º64.55%86.27%-
XYZ23.9122.4970.79-
YUV124.12182.195.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.27%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=18.27%
G=30.21%
B=51.52%

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
Decimal781292200.650.4100.14218.4566.9858.43
Hex4E81DC41290Eda433a
Octal1162013341015101633210372
Binary10011101000000111011100100000110100101110110110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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