#4E7AD1

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

Shades of Havelock Blue #4E7AD1

Tints of Havelock Blue #4E7AD1

Color information

#4E7AD1 (or 0x4E7AD1) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7A and D1. RGB value is (78,122,209). Sum of RGB (Red+Green+Blue) = 78+122+209=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E7AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7AD1 is #B1852E. Grayscale: #767676. Windows color (decimal): -11633967 or 13728334. OLE color: 13728334.

HSL color Cylindrical-coordinate representation of color #4E7AD1: hue angle of 219.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E7AD1 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB78122209-
CMYK0.630.4200.18
HSL219.85º58.74%56.27%-
HSV(B)219.85º62.68%81.96%-
XYZ21.6120.1463.07-
YUV118.76178.9298.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.07%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 209 (82.03% from 255) = 51.10%
R=19.07%
G=29.83%
B=51.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781222090.630.4200.18219.8558.7456.27
Hex4E7AD13F2A012dc3b38
Octal11617232177520223347370
Binary100111011110101101000111111110101001001011011100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,122,209); }

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

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

 a { background-color: rgb(78,122,209); }

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

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

 span { border-color: rgb(78,122,209); }

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