Html Css Color HEX #454848 Dark Slate

📋 copy color: '#454848'

red 69 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate #454848

Tints of Dark Slate #454848

RGB

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

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

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

R = 32.39%
G = 33.8%
B = 33.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#454848 (or 0x454848) is known color: Dark Slate. HEX triplet: 45, 48 and 48. RGB value is (69,72,72). Sum of RGB (Red+Green+Blue) = 69+72+72=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #454848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454848 is #BAB7B7. Grayscale: #474747. Windows color (decimal): -12236728 or 4737093. OLE color: 4737093.

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

Color convert

RGB 69 72 72 -
CMYK 0.04 0 0 0.72
HSL 180º 0.02% 0.28% -
HSV(B) 180º 0.04% 0.28% -
XYZ 5.94 6.37 7.05 -
YUV 71.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 69 72 72 0.04 0 0 0.72 180 0.02 0.28
Hex 45 48 48 4 0 0 48 B4 2 1C
Octal 105 110 110 4 0 0 110 264 2 34
Binary 1000101 1001000 1001000 100 0 0 1001000 10110100 10 11100

Color Harmonies of #454848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454848

Black with #454848

Text Example


Text Example

White with #454848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454848; }

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

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

background-color css

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

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

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

border-color css

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

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

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