Html Css Color HEX #4A605D Dark Slate

📋 copy color: '#4A605D'

red 74 ◦ green 96 ◦ blue 93

#4A605D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #4A605D

Tints of Dark Slate #4A605D

RGB

 RED value IS 74 (29.3% from 255) = 28.14%

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 28.14%
G = 36.5%
B = 35.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#4A605D (or 0x4A605D) is known color: Dark Slate. HEX triplet: 4A, 60 and 5D. RGB value is (74,96,93). Sum of RGB (Red+Green+Blue) = 74+96+93=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605D is #B59FA2. Grayscale: #595959. Windows color (decimal): -11902883 or 6119498. OLE color: 6119498.

HSL color Cylindrical-coordinate representation of color #4A605D: hue angle of 171.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A605D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 93 -
CMYK 0.23 0 0.03 0.62
HSL 171.82º 0.13% 0.33% -
HSV(B) 171.82º 0.23% 0.38% -
XYZ 8.98 10.61 11.93 -
YUV 89.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 74 96 93 0.23 0 0.03 0.62 171.82 0.13 0.33
Hex 4A 60 5D 17 0 3 3E AC D 21
Octal 112 140 135 27 0 3 76 254 15 41
Binary 1001010 1100000 1011101 10111 0 11 111110 10101100 1101 100001

Color Harmonies of #4A605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A605D

Black with #4A605D

Text Example


Text Example

White with #4A605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,93); }

 H1.HeaderClassName
 {
   color: #4A605D;
 }
 .AnyTagClassName
 {
   color: #4A605D;
 }
</style>

background-color css

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

 a { background-color: rgb(74,96,93); }

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

border-color css

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

 span { border-color: rgb(74,96,93); }

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