#4E80C1

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

Shades of Havelock Blue #4E80C1

Tints of Havelock Blue #4E80C1

Color information

#4E80C1 (or 0x4E80C1) is unknown color: approx Havelock Blue. HEX triplet: 4E, 80 and C1. RGB value is (78,128,193). Sum of RGB (Red+Green+Blue) = 78+128+193=399 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.55% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E80C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E80C1 is #B17F3E. Grayscale: #787878. Windows color (decimal): -11632447 or 12681294. OLE color: 12681294.

HSL color Cylindrical-coordinate representation of color #4E80C1: hue angle of 213.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E80C1 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78128193-
CMYK0.600.3400.24
HSL213.91º48.12%53.14%-
HSV(B)213.91º59.59%75.69%-
XYZ20.4920.9153.41-
YUV120.46168.9497.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.55%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=19.55%
G=32.08%
B=48.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781281930.600.3400.24213.9148.1253.14
Hex4E80C13C22018d63035
Octal11620030174420303266065
Binary1001110100000001100000111110010001001100011010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,128,193); }

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

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

 a { background-color: rgb(78,128,193); }

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

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

 span { border-color: rgb(78,128,193); }

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