#4F596E

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

Shades of East Bay #4F596E

Tints of East Bay #4F596E

Color information

#4F596E (or 0x4F596E) is unknown color: approx East Bay. HEX triplet: 4F, 59 and 6E. RGB value is (79,89,110). Sum of RGB (Red+Green+Blue) = 79+89+110=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F596E is #B0A691. Grayscale: #585858. Windows color (decimal): -11576978 or 7231823. OLE color: 7231823.

HSL color Cylindrical-coordinate representation of color #4F596E: hue angle of 220.65º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F596E is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7989110-
CMYK0.280.1900.57
HSL220.65º16.4%37.06%-
HSV(B)220.65º28.18%43.14%-
XYZ9.619.9316.16-
YUV88.4140.19121.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=28.42%
G=32.01%
B=39.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79891100.280.1900.57220.6516.437.06
Hex4F596E1C13039dd1025
Octal11713115634230713352045
Binary100111110110011101110111001001101110011101110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,89,110); }

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

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

 a { background-color: rgb(79,89,110); }

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

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

 span { border-color: rgb(79,89,110); }

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