Html Css Color HEX #4C5453 Dark Slate

📋 copy color: '#4C5453'

red 76 ◦ green 84 ◦ blue 83

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

Shades of Dark Slate #4C5453

Tints of Dark Slate #4C5453

RGB

 RED value IS 76 (30.08% from 255) = 31.28%

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

 BLUE value IS 83 (32.81% from 255) = 34.16%

R = 31.28%
G = 34.57%
B = 34.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#4C5453 (or 0x4C5453) is known color: Dark Slate. HEX triplet: 4C, 54 and 53. RGB value is (76,84,83). Sum of RGB (Red+Green+Blue) = 76+84+83=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5453 is #B3ABAC. Grayscale: #515151. Windows color (decimal): -11774893 or 5461068. OLE color: 5461068.

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

Color convert

RGB 76 84 83 -
CMYK 0.10 0 0.01 0.67
HSL 172.5º 0.05% 0.31% -
HSV(B) 172.5º 0.1% 0.33% -
XYZ 7.71 8.5 9.42 -
YUV 81.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 76 84 83 0.10 0 0.01 0.67 172.5 0.05 0.31
Hex 4C 54 53 A 0 1 43 AC 5 1F
Octal 114 124 123 12 0 1 103 254 5 37
Binary 1001100 1010100 1010011 1010 0 1 1000011 10101100 101 11111

Color Harmonies of #4C5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5453

Black with #4C5453

Text Example


Text Example

White with #4C5453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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