#4B5561

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

Shades of Bright Grey #4B5561

Tints of Bright Grey #4B5561

Color information

#4B5561 (or 0x4B5561) is unknown color: approx Bright Grey. HEX triplet: 4B, 55 and 61. RGB value is (75,85,97). Sum of RGB (Red+Green+Blue) = 75+85+97=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B5561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5561 is #B4AA9E. Grayscale: #535353. Windows color (decimal): -11840159 or 6378827. OLE color: 6378827.

HSL color Cylindrical-coordinate representation of color #4B5561: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B5561 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB758597-
CMYK0.230.1200.62
HSL212.73º12.79%33.73%-
HSV(B)212.73º22.68%38.04%-
XYZ8.318.8612.58-
YUV83.38135.69122.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=29.18%
G=33.07%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7585970.230.1200.62212.7312.7933.73
Hex4B556117C03Ed5d22
Octal11312514127140763251542
Binary1001011101010111000011011111000111110110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,97); }

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

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

 a { background-color: rgb(75,85,97); }

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

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

 span { border-color: rgb(75,85,97); }

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