#4E85C7

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

Shades of Havelock Blue #4E85C7

Tints of Havelock Blue #4E85C7

Color information

#4E85C7 (or 0x4E85C7) is unknown color: approx Havelock Blue. HEX triplet: 4E, 85 and C7. RGB value is (78,133,199). Sum of RGB (Red+Green+Blue) = 78+133+199=410 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.02% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #4E85C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85C7 is #B17A38. Grayscale: #7B7B7B. Windows color (decimal): -11631161 or 13075790. OLE color: 13075790.

HSL color Cylindrical-coordinate representation of color #4E85C7: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E85C7 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78133199-
CMYK0.610.3300.22
HSL212.73º51.93%54.31%-
HSV(B)212.73º60.8%78.04%-
XYZ21.8422.5257.23-
YUV124.08170.2895.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.02%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 199 (78.12% from 255) = 48.54%
R=19.02%
G=32.44%
B=48.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781331990.610.3300.22212.7351.9354.31
Hex4E85C73D21016d53436
Octal11620530775410263256466
Binary1001110100001011100011111110110000101011011010101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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