#4E7CC1

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

Shades of Havelock Blue #4E7CC1

Tints of Havelock Blue #4E7CC1

Color information

#4E7CC1 (or 0x4E7CC1) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7C and C1. RGB value is (78,124,193). Sum of RGB (Red+Green+Blue) = 78+124+193=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E7CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7CC1 is #B1833E. Grayscale: #757575. Windows color (decimal): -11633471 or 12680270. OLE color: 12680270.

HSL color Cylindrical-coordinate representation of color #4E7CC1: hue angle of 216º 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 #4E7CC1 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78124193-
CMYK0.600.3600.24
HSL216º48.12%53.14%-
HSV(B)216º59.59%75.69%-
XYZ19.9819.8953.24-
YUV118.11170.2699.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.75%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=19.75%
G=31.39%
B=48.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781241930.600.3600.2421648.1253.14
Hex4E7CC13C24018d83035
Octal11617430174440303306065
Binary100111011111001100000111110010010001100011011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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