#4E85CD

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

Shades of Havelock Blue #4E85CD

Tints of Havelock Blue #4E85CD

Color information

#4E85CD (or 0x4E85CD) is unknown color: approx Havelock Blue. HEX triplet: 4E, 85 and CD. RGB value is (78,133,205). Sum of RGB (Red+Green+Blue) = 78+133+205=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E85CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E85CD is #B17A32. Grayscale: #7C7C7C. Windows color (decimal): -11631155 or 13469006. OLE color: 13469006.

HSL color Cylindrical-coordinate representation of color #4E85CD: hue angle of 214.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E85CD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78133205-
CMYK0.620.3500.20
HSL214.02º55.95%55.49%-
HSV(B)214.02º61.95%80.39%-
XYZ22.5522.860.97-
YUV124.76173.2894.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.75%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=18.75%
G=31.97%
B=49.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781332050.620.3500.20214.0255.9555.49
Hex4E85CD3E23014d63837
Octal11620531576430243267067
Binary1001110100001011100110111111010001101010011010110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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