#4B5460

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

Shades of Bright Grey #4B5460

Tints of Bright Grey #4B5460

Color information

#4B5460 (or 0x4B5460) is unknown color: approx Bright Grey. HEX triplet: 4B, 54 and 60. RGB value is (75,84,96). Sum of RGB (Red+Green+Blue) = 75+84+96=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5460 is #B4AB9F. Grayscale: #525252. Windows color (decimal): -11840416 or 6313035. OLE color: 6313035.

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

Color convert

RGB758496-
CMYK0.220.1200.62
HSL214.29º12.28%33.53%-
HSV(B)214.29º21.88%37.65%-
XYZ8.188.6812.31-
YUV82.68135.52122.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=29.41%
G=32.94%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7584960.220.1200.62214.2912.2833.53
Hex4B546016C03Ed6c22
Octal11312414026140763261442
Binary1001011101010011000001011011000111110110101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,96); }

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

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

 a { background-color: rgb(75,84,96); }

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

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

 span { border-color: rgb(75,84,96); }

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