#4E5068

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

Shades of East Bay #4E5068

Tints of East Bay #4E5068

Color information

#4E5068 (or 0x4E5068) is unknown color: approx East Bay. HEX triplet: 4E, 50 and 68. RGB value is (78,80,104). Sum of RGB (Red+Green+Blue) = 78+80+104=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5068 is #B1AF97. Grayscale: #525252. Windows color (decimal): -11644824 or 6836302. OLE color: 6836302.

HSL color Cylindrical-coordinate representation of color #4E5068: hue angle of 235.38º 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 #4E5068 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7880104-
CMYK0.250.2300.59
HSL235.38º14.29%35.69%-
HSV(B)235.38º25%40.78%-
XYZ8.518.3614.26-
YUV82.14140.34125.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.77%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=29.77%
G=30.53%
B=39.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78801040.250.2300.59235.3814.2935.69
Hex4E5068191703Bebe24
Octal11612015031270733531644
Binary10011101010000110100011001101110111011111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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