Html Css Color HEX #474848 Dark Slate

📋 copy color: '#474848'

red 71 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate #474848

Tints of Dark Slate #474848

RGB

 RED value IS 71 (28.13% from 255) = 33.02%

 GREEN value IS 72 (28.52% from 255) = 33.49%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 33.02%
G = 33.49%
B = 33.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474848 (or 0x474848) is known color: Dark Slate. HEX triplet: 47, 48 and 48. RGB value is (71,72,72). Sum of RGB (Red+Green+Blue) = 71+72+72=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #474848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474848 is #B8B7B7. Grayscale: #474747. Windows color (decimal): -12105656 or 4737095. OLE color: 4737095.

HSL color Cylindrical-coordinate representation of color #474848: hue angle of 180º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #474848 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 72 -
CMYK 0.01 0 0 0.72
HSL 180º 0.01% 0.28% -
HSV(B) 180º 0.01% 0.28% -
XYZ 6.09 6.44 7.05 -
YUV 71.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 71 72 72 0.01 0 0 0.72 180 0.01 0.28
Hex 47 48 48 1 0 0 48 B4 1 1C
Octal 107 110 110 1 0 0 110 264 1 34
Binary 1000111 1001000 1001000 1 0 0 1001000 10110100 1 11100

Color Harmonies of #474848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474848

Black with #474848

Text Example


Text Example

White with #474848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474848; }

 p { color: rgb(71,72,72); }

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

background-color css

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

 a { background-color: rgb(71,72,72); }

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

border-color css

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

 span { border-color: rgb(71,72,72); }

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