#4F5359

Color #4F5359 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #4F5359

Tints of Bright Grey #4F5359

Color information

#4F5359 (or 0x4F5359) is unknown color: approx Bright Grey. HEX triplet: 4F, 53 and 59. RGB value is (79,83,89). Sum of RGB (Red+Green+Blue) = 79+83+89=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5359 is #B0ACA6. Grayscale: #525252. Windows color (decimal): -11578535 or 5854031. OLE color: 5854031.

HSL color Cylindrical-coordinate representation of color #4F5359: hue angle of 216º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5359 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB798389-
CMYK0.110.0700.65
HSL216º5.95%32.94%-
HSV(B)216º11.24%34.9%-
XYZ8.128.5710.68-
YUV82.49131.67125.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=31.47%
G=33.07%
B=35.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7983890.110.0700.652165.9532.94
Hex4F5359B7041d8621
Octal1171231311370101330641
Binary10011111010011101100110111110100000111011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,89); }

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

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

 a { background-color: rgb(79,83,89); }

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

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

 span { border-color: rgb(79,83,89); }

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