#4E85C6

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

Shades of Havelock Blue #4E85C6

Tints of Havelock Blue #4E85C6

Color information

#4E85C6 (or 0x4E85C6) is unknown color: approx Havelock Blue. HEX triplet: 4E, 85 and C6. RGB value is (78,133,198). Sum of RGB (Red+Green+Blue) = 78+133+198=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #4E85C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85C6 is #B17A39. Grayscale: #7B7B7B. Windows color (decimal): -11631162 or 13010254. OLE color: 13010254.

HSL color Cylindrical-coordinate representation of color #4E85C6: hue angle of 212.5º degrees, saturation: 0.51, 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 #4E85C6 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78133198-
CMYK0.610.3300.22
HSL212.5º51.28%54.12%-
HSV(B)212.5º60.61%77.65%-
XYZ21.7222.4756.62-
YUV123.96169.7895.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.07%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=19.07%
G=32.52%
B=48.41%

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
Decimal781331980.610.3300.22212.551.2854.12
Hex4E85C63D21016d43336
Octal11620530675410263246366
Binary1001110100001011100011011110110000101011011010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E85C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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