#4C5360

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

Shades of Bright Grey #4C5360

Tints of Bright Grey #4C5360

Color information

#4C5360 (or 0x4C5360) is unknown color: approx Bright Grey. HEX triplet: 4C, 53 and 60. RGB value is (76,83,96). Sum of RGB (Red+Green+Blue) = 76+83+96=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 83 (32.81% from 255 or 32.55% 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 #4C5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5360 is #B3AC9F. Grayscale: #525252. Windows color (decimal): -11775136 or 6312780. OLE color: 6312780.

HSL color Cylindrical-coordinate representation of color #4C5360: hue angle of 219º 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 #4C5360 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB768396-
CMYK0.210.1400.62
HSL219º11.63%33.73%-
HSV(B)219º20.83%37.65%-
XYZ8.198.5712.29-
YUV82.39135.68123.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.80%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=29.80%
G=32.55%
B=37.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7683960.210.1400.6221911.6333.73
Hex4C536015E03Edbc22
Octal11412314025160763331442
Binary1001100101001111000001010111100111110110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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