#4E83CA

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

Shades of Havelock Blue #4E83CA

Tints of Havelock Blue #4E83CA

Color information

#4E83CA (or 0x4E83CA) is unknown color: approx Havelock Blue. HEX triplet: 4E, 83 and CA. RGB value is (78,131,202). Sum of RGB (Red+Green+Blue) = 78+131+202=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E83CA is #B17C35. Grayscale: #7A7A7A. Windows color (decimal): -11631670 or 13271886. OLE color: 13271886.

HSL color Cylindrical-coordinate representation of color #4E83CA: hue angle of 214.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E83CA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78131202-
CMYK0.610.3500.21
HSL214.35º53.91%54.9%-
HSV(B)214.35º61.39%79.22%-
XYZ21.9222.1258.99-
YUV123.25172.4495.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.98%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=18.98%
G=31.87%
B=49.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781312020.610.3500.21214.3553.9154.9
Hex4E83CA3D23015d63637
Octal11620331275430253266667
Binary1001110100000111100101011110110001101010111010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,131,202); }

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

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

 a { background-color: rgb(78,131,202); }

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

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

 span { border-color: rgb(78,131,202); }

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