Html Css Color HEX #454747 Dark Slate

📋 copy color: '#454747'

red 69 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate #454747

Tints of Dark Slate #454747

RGB

 RED value IS 69 (27.34% from 255) = 32.7%

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 32.7%
G = 33.65%
B = 33.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#454747 (or 0x454747) is known color: Dark Slate. HEX triplet: 45, 47 and 47. RGB value is (69,71,71). Sum of RGB (Red+Green+Blue) = 69+71+71=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #454747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454747 is #BAB8B8. Grayscale: #464646. Windows color (decimal): -12236985 or 4671301. OLE color: 4671301.

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

Color convert

RGB 69 71 71 -
CMYK 0.03 0 0 0.72
HSL 180º 0.01% 0.27% -
HSV(B) 180º 0.03% 0.28% -
XYZ 5.84 6.23 6.86 -
YUV 70.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 69 71 71 0.03 0 0 0.72 180 0.01 0.27
Hex 45 47 47 3 0 0 48 B4 1 1B
Octal 105 107 107 3 0 0 110 264 1 33
Binary 1000101 1000111 1000111 11 0 0 1001000 10110100 1 11011

Color Harmonies of #454747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454747

Black with #454747

Text Example


Text Example

White with #454747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454747; }

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

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

background-color css

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

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

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

border-color css

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

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

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