#4E5668

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

Shades of East Bay #4E5668

Tints of East Bay #4E5668

Color information

#4E5668 (or 0x4E5668) is unknown color: approx East Bay. HEX triplet: 4E, 56 and 68. RGB value is (78,86,104). Sum of RGB (Red+Green+Blue) = 78+86+104=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5668 is #B1A997. Grayscale: #555555. Windows color (decimal): -11643288 or 6837838. OLE color: 6837838.

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

Color convert

RGB7886104-
CMYK0.250.1700.59
HSL221.54º14.29%35.69%-
HSV(B)221.54º25%40.78%-
XYZ8.979.2714.41-
YUV85.66138.35122.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=29.10%
G=32.09%
B=38.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78861040.250.1700.59221.5414.2935.69
Hex4E5668191103Bdee24
Octal11612615031210733361644
Binary10011101010110110100011001100010111011110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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