Html Css Color HEX #4A5351 Dark Slate

📋 copy color: '#4A5351'

red 74 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate #4A5351

Tints of Dark Slate #4A5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 31.09%
G = 34.87%
B = 34.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#4A5351 (or 0x4A5351) is known color: Dark Slate. HEX triplet: 4A, 53 and 51. RGB value is (74,83,81). Sum of RGB (Red+Green+Blue) = 74+83+81=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5351 is #B5ACAE. Grayscale: #505050. Windows color (decimal): -11906223 or 5329738. OLE color: 5329738.

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

Color convert

RGB 74 83 81 -
CMYK 0.11 0 0.02 0.67
HSL 166.67º 0.06% 0.31% -
HSV(B) 166.67º 0.11% 0.33% -
XYZ 7.4 8.24 8.98 -
YUV 80.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 74 83 81 0.11 0 0.02 0.67 166.67 0.06 0.31
Hex 4A 53 51 B 0 2 43 A7 6 1F
Octal 112 123 121 13 0 2 103 247 6 37
Binary 1001010 1010011 1010001 1011 0 10 1000011 10100111 110 11111

Color Harmonies of #4A5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5351

Black with #4A5351

Text Example


Text Example

White with #4A5351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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