#4E74BF

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

Shades of Havelock Blue #4E74BF

Tints of Havelock Blue #4E74BF

Color information

#4E74BF (or 0x4E74BF) is unknown color: approx Havelock Blue. HEX triplet: 4E, 74 and BF. RGB value is (78,116,191). Sum of RGB (Red+Green+Blue) = 78+116+191=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E74BF is #B18B40. Grayscale: #707070. Windows color (decimal): -11635521 or 12547150. OLE color: 12547150.

HSL color Cylindrical-coordinate representation of color #4E74BF: hue angle of 219.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E74BF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78116191-
CMYK0.590.3900.25
HSL219.82º46.89%52.75%-
HSV(B)219.82º59.16%74.9%-
XYZ18.7917.8751.75-
YUV113.19171.91102.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.26%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 191 (75% from 255) = 49.61%
R=20.26%
G=30.13%
B=49.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781161910.590.3900.25219.8246.8952.75
Hex4E74BF3B27019dc2f35
Octal11616427773470313345765
Binary100111011101001011111111101110011101100111011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,116,191); }

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

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

 a { background-color: rgb(78,116,191); }

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

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

 span { border-color: rgb(78,116,191); }

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