#4F5575

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

Shades of East Bay #4F5575

Tints of East Bay #4F5575

Color information

#4F5575 (or 0x4F5575) is unknown color: approx East Bay. HEX triplet: 4F, 55 and 75. RGB value is (79,85,117). Sum of RGB (Red+Green+Blue) = 79+85+117=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5575 is #B0AA8A. Grayscale: #565656. Windows color (decimal): -11577995 or 7689551. OLE color: 7689551.

HSL color Cylindrical-coordinate representation of color #4F5575: hue angle of 230.53º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5575 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7985117-
CMYK0.320.2700.54
HSL230.53º19.39%38.43%-
HSV(B)230.53º32.48%45.88%-
XYZ9.689.4418.14-
YUV86.85145.01122.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=28.11%
G=30.25%
B=41.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79851170.320.2700.54230.5319.3938.43
Hex4F5575201B036e71326
Octal11712516540330663472346
Binary1001111101010111101011000001101101101101110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,117); }

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

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

 a { background-color: rgb(79,85,117); }

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

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

 span { border-color: rgb(79,85,117); }

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