Html Css Color HEX #4A5452 Dark Slate

📋 copy color: '#4A5452'

red 74 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #4A5452

Tints of Dark Slate #4A5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 30.83%
G = 35%
B = 34.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#4A5452 (or 0x4A5452) is known color: Dark Slate. HEX triplet: 4A, 54 and 52. RGB value is (74,84,82). Sum of RGB (Red+Green+Blue) = 74+84+82=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5452 is #B5ABAD. Grayscale: #505050. Windows color (decimal): -11905966 or 5395530. OLE color: 5395530.

HSL color Cylindrical-coordinate representation of color #4A5452: hue angle of 168º 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 #4A5452 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 84 82 -
CMYK 0.12 0 0.02 0.67
HSL 168º 0.06% 0.31% -
HSV(B) 168º 0.12% 0.33% -
XYZ 7.52 8.41 9.21 -
YUV 80.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 74 84 82 0.12 0 0.02 0.67 168 0.06 0.31
Hex 4A 54 52 C 0 2 43 A8 6 1F
Octal 112 124 122 14 0 2 103 250 6 37
Binary 1001010 1010100 1010010 1100 0 10 1000011 10101000 110 11111

Color Harmonies of #4A5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5452

Black with #4A5452

Text Example


Text Example

White with #4A5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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