#4E5063

Color #4E5063 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #4E5063

Tints of East Bay #4E5063

Color information

#4E5063 (or 0x4E5063) is unknown color: approx East Bay. HEX triplet: 4E, 50 and 63. RGB value is (78,80,99). Sum of RGB (Red+Green+Blue) = 78+80+99=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5063 is #B1AF9C. Grayscale: #515151. Windows color (decimal): -11644829 or 6508622. OLE color: 6508622.

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

Color convert

RGB788099-
CMYK0.210.1900.61
HSL234.29º11.86%34.71%-
HSV(B)234.29º21.21%38.82%-
XYZ8.268.2612.96-
YUV81.57137.84125.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.35%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=30.35%
G=31.13%
B=38.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7880990.210.1900.61234.2911.8634.71
Hex4E5063151303Deac23
Octal11612014325230753521443
Binary10011101010000110001110101100110111101111010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,80,99); }

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

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

 a { background-color: rgb(78,80,99); }

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

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

 span { border-color: rgb(78,80,99); }

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