#4A504F

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

Shades of Dark Slate #4A504F

Tints of Dark Slate #4A504F

Color information

#4A504F (or 0x4A504F) is unknown color: approx Dark Slate. HEX triplet: 4A, 50 and 4F. RGB value is (74,80,79). Sum of RGB (Red+Green+Blue) = 74+80+79=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 80 - color contains mainly: green. Hex color #4A504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A504F is #B5AFB0. Grayscale: #4E4E4E. Windows color (decimal): -11906993 or 5197898. OLE color: 5197898.

HSL color Cylindrical-coordinate representation of color #4A504F: hue angle of 170º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A504F is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB748079-
CMYK0.0800.010.69
HSL170º3.9%30.2%-
HSV(B)170º7.5%31.37%-
XYZ7.17.768.52-
YUV78.09128.51125.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=31.76%
G=34.33%
B=33.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480790.0800.010.691703.930.2
Hex4A504F80145aa41e
Octal1121201171001105252436
Binary10010101010000100111110000110001011010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,79); }

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

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

 a { background-color: rgb(74,80,79); }

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

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

 span { border-color: rgb(74,80,79); }

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