#4F586E

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

Shades of East Bay #4F586E

Tints of East Bay #4F586E

Color information

#4F586E (or 0x4F586E) is unknown color: approx East Bay. HEX triplet: 4F, 58 and 6E. RGB value is (79,88,110). Sum of RGB (Red+Green+Blue) = 79+88+110=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F586E is #B0A791. Grayscale: #575757. Windows color (decimal): -11577234 or 7231567. OLE color: 7231567.

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

Color convert

RGB7988110-
CMYK0.280.200.57
HSL222.58º16.4%37.06%-
HSV(B)222.58º28.18%43.14%-
XYZ9.539.7716.13-
YUV87.82140.52121.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.52%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=28.52%
G=31.77%
B=39.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79881100.280.200.57222.5816.437.06
Hex4F586E1C14039df1025
Octal11713015634240713372045
Binary100111110110001101110111001010001110011101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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