Html Css Color HEX #28484A Dark Slate Grey

📋 copy color: '#28484A'

red 40 ◦ green 72 ◦ blue 74

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

Shades of Dark Slate Grey #28484A

Tints of Dark Slate Grey #28484A

RGB

 RED value IS 40 (16.02% from 255) = 21.51%

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

 BLUE value IS 74 (29.3% from 255) = 39.78%

R = 21.51%
G = 38.71%
B = 39.78%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28484A (or 0x28484A) is known color: Dark Slate Grey. HEX triplet: 28, 48 and 4A. RGB value is (40,72,74). Sum of RGB (Red+Green+Blue) = 40+72+74=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #28484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28484A is #D7B7B5. Grayscale: #3E3E3E. Windows color (decimal): -14137270 or 4868136. OLE color: 4868136.

HSL color Cylindrical-coordinate representation of color #28484A: hue angle of 183.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28484A is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 72 74 -
CMYK 0.46 0.03 0 0.71
HSL 183.53º 0.3% 0.22% -
HSV(B) 183.53º 0.46% 0.29% -
XYZ 4.43 5.58 7.32 -
YUV 62.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 40 72 74 0.46 0.03 0 0.71 183.53 0.3 0.22
Hex 28 48 4A 2E 3 0 47 B8 1E 16
Octal 50 110 112 56 3 0 107 270 36 26
Binary 101000 1001000 1001010 101110 11 0 1000111 10111000 11110 10110

Color Harmonies of #28484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28484A

Black with #28484A

Text Example


Text Example

White with #28484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28484A; }

 p { color: rgb(40,72,74); }

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

background-color css

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

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

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

border-color css

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

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

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