#4E5268

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

Shades of East Bay #4E5268

Tints of East Bay #4E5268

Color information

#4E5268 (or 0x4E5268) is unknown color: approx East Bay. HEX triplet: 4E, 52 and 68. RGB value is (78,82,104). Sum of RGB (Red+Green+Blue) = 78+82+104=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5268 is #B1AD97. Grayscale: #535353. Windows color (decimal): -11644312 or 6836814. OLE color: 6836814.

HSL color Cylindrical-coordinate representation of color #4E5268: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5268 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7882104-
CMYK0.250.2100.59
HSL230.77º14.29%35.69%-
HSV(B)230.77º25%40.78%-
XYZ8.668.6514.31-
YUV83.31139.67124.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.55%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=29.55%
G=31.06%
B=39.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78821040.250.2100.59230.7714.2935.69
Hex4E5268191503Be7e24
Octal11612215031250733471644
Binary10011101010010110100011001101010111011111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,104); }

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

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

 a { background-color: rgb(78,82,104); }

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

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

 span { border-color: rgb(78,82,104); }

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