#4C5460

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

Shades of Bright Grey #4C5460

Tints of Bright Grey #4C5460

Color information

#4C5460 (or 0x4C5460) is unknown color: approx Bright Grey. HEX triplet: 4C, 54 and 60. RGB value is (76,84,96). Sum of RGB (Red+Green+Blue) = 76+84+96=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5460 is #B3AB9F. Grayscale: #525252. Windows color (decimal): -11774880 or 6313036. OLE color: 6313036.

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

Color convert

RGB768496-
CMYK0.210.1200.62
HSL216º11.63%33.73%-
HSV(B)216º20.83%37.65%-
XYZ8.268.7212.31-
YUV82.98135.35123.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=29.69%
G=32.81%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7684960.210.1200.6221611.6333.73
Hex4C546015C03Ed8c22
Octal11412414025140763301442
Binary1001100101010011000001010111000111110110110001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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