#4E83CC

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

Shades of Havelock Blue #4E83CC

Tints of Havelock Blue #4E83CC

Color information

#4E83CC (or 0x4E83CC) is unknown color: approx Havelock Blue. HEX triplet: 4E, 83 and CC. RGB value is (78,131,204). Sum of RGB (Red+Green+Blue) = 78+131+204=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E83CC is #B17C33. Grayscale: #7B7B7B. Windows color (decimal): -11631668 or 13402958. OLE color: 13402958.

HSL color Cylindrical-coordinate representation of color #4E83CC: hue angle of 214.76º degrees, saturation: 0.55, 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 #4E83CC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB78131204-
CMYK0.620.3600.2
HSL214.76º55.26%55.29%-
HSV(B)214.76º61.76%80%-
XYZ22.1622.2160.25-
YUV123.48173.4495.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.89%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=18.89%
G=31.72%
B=49.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal781312040.620.3600.2214.7655.2655.29
Hex4E83CC3E24014d73737
Octal11620331476440243276767
Binary1001110100000111100110011111010010001010011010111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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