#4F5261

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

Shades of East Bay #4F5261

Tints of East Bay #4F5261

Color information

#4F5261 (or 0x4F5261) is unknown color: approx East Bay. HEX triplet: 4F, 52 and 61. RGB value is (79,82,97). Sum of RGB (Red+Green+Blue) = 79+82+97=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F5261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5261 is #B0AD9E. Grayscale: #525252. Windows color (decimal): -11578783 or 6378063. OLE color: 6378063.

HSL color Cylindrical-coordinate representation of color #4F5261: hue angle of 230º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5261 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB798297-
CMYK0.190.1500.62
HSL230º10.23%34.51%-
HSV(B)230º18.56%38.04%-
XYZ8.48.5612.52-
YUV82.81136.01125.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=30.62%
G=31.78%
B=37.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7982970.190.1500.6223010.2334.51
Hex4F526113F03Ee6a23
Octal11712214123170763461243
Binary1001111101001011000011001111110111110111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,82,97); }

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

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

 a { background-color: rgb(79,82,97); }

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

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

 span { border-color: rgb(79,82,97); }

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