#4E85BE

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

Shades of Havelock Blue #4E85BE

Tints of Havelock Blue #4E85BE

Color information

#4E85BE (or 0x4E85BE) is unknown color: approx Havelock Blue. HEX triplet: 4E, 85 and BE. RGB value is (78,133,190). Sum of RGB (Red+Green+Blue) = 78+133+190=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85BE is #B17A41. Grayscale: #7A7A7A. Windows color (decimal): -11631170 or 12485966. OLE color: 12485966.

HSL color Cylindrical-coordinate representation of color #4E85BE: hue angle of 210.54º degrees, saturation: 0.46, 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 #4E85BE is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78133190-
CMYK0.590.300.25
HSL210.54º46.28%52.55%-
HSV(B)210.54º58.95%74.51%-
XYZ20.8222.1151.89-
YUV123.05165.7895.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.45%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=19.45%
G=33.17%
B=47.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781331900.590.300.25210.5446.2852.55
Hex4E85BE3B1E019d32e35
Octal11620527673360313235665
Binary100111010000101101111101110111111001100111010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,133,190); }

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

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

 a { background-color: rgb(78,133,190); }

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

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

 span { border-color: rgb(78,133,190); }

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