#4A5453

Color #4A5453 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #4A5453

Tints of Dark Slate #4A5453

Color information

#4A5453 (or 0x4A5453) is unknown color: approx Dark Slate. HEX triplet: 4A, 54 and 53. RGB value is (74,84,83). Sum of RGB (Red+Green+Blue) = 74+84+83=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5453 is #B5ABAC. Grayscale: #505050. Windows color (decimal): -11905965 or 5461066. OLE color: 5461066.

HSL color Cylindrical-coordinate representation of color #4A5453: hue angle of 174º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A5453 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB748483-
CMYK0.1200.010.67
HSL174º6.33%30.98%-
HSV(B)174º11.9%32.94%-
XYZ7.568.429.41-
YUV80.9129.19123.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=30.71%
G=34.85%
B=34.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484830.1200.010.671746.3330.98
Hex4A5453C0143ae61f
Octal1121241231401103256637
Binary10010101010100101001111000110000111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,83); }

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

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

 a { background-color: rgb(74,84,83); }

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

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

 span { border-color: rgb(74,84,83); }

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