#4F566E

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

Shades of East Bay #4F566E

Tints of East Bay #4F566E

Color information

#4F566E (or 0x4F566E) is unknown color: approx East Bay. HEX triplet: 4F, 56 and 6E. RGB value is (79,86,110). Sum of RGB (Red+Green+Blue) = 79+86+110=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F566E is #B0A991. Grayscale: #565656. Windows color (decimal): -11577746 or 7231055. OLE color: 7231055.

HSL color Cylindrical-coordinate representation of color #4F566E: hue angle of 226.45º 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 #4F566E is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7986110-
CMYK0.280.2200.57
HSL226.45º16.4%37.06%-
HSV(B)226.45º28.18%43.14%-
XYZ9.379.4416.08-
YUV86.64141.18122.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.73%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 110 (43.36% from 255) = 40%
R=28.73%
G=31.27%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79861100.280.2200.57226.4516.437.06
Hex4F566E1C16039e21025
Octal11712615634260713422045
Binary100111110101101101110111001011001110011110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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