#4F5776

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

Shades of East Bay #4F5776

Tints of East Bay #4F5776

Color information

#4F5776 (or 0x4F5776) is unknown color: approx East Bay. HEX triplet: 4F, 57 and 76. RGB value is (79,87,118). Sum of RGB (Red+Green+Blue) = 79+87+118=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5776 is #B0A889. Grayscale: #585858. Windows color (decimal): -11577482 or 7755599. OLE color: 7755599.

HSL color Cylindrical-coordinate representation of color #4F5776: hue angle of 227.69º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F5776 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7987118-
CMYK0.330.2600.54
HSL227.69º19.8%38.63%-
HSV(B)227.69º33.05%46.27%-
XYZ9.99.7918.51-
YUV88.14144.85121.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=27.82%
G=30.63%
B=41.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79871180.330.2600.54227.6919.838.63
Hex4F5776211A036e41427
Octal11712716641320663442447
Binary1001111101011111101101000011101001101101110010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,118); }

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

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

 a { background-color: rgb(79,87,118); }

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

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

 span { border-color: rgb(79,87,118); }

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