Html Css Color HEX #28494D Dark Slate Grey

📋 copy color: '#28494D'

red 40 ◦ green 73 ◦ blue 77

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

Shades of Dark Slate Grey #28494D

Tints of Dark Slate Grey #28494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 21.05%
G = 38.42%
B = 40.53%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28494D (or 0x28494D) is known color: Dark Slate Grey. HEX triplet: 28, 49 and 4D. RGB value is (40,73,77). Sum of RGB (Red+Green+Blue) = 40+73+77=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #28494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28494D is #D7B6B2. Grayscale: #3F3F3F. Windows color (decimal): -14137011 or 5065000. OLE color: 5065000.

HSL color Cylindrical-coordinate representation of color #28494D: hue angle of 186.49º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28494D is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 73 77 -
CMYK 0.48 0.05 0 0.70
HSL 186.49º 0.32% 0.23% -
HSV(B) 186.49º 0.48% 0.3% -
XYZ 4.6 5.75 7.89 -
YUV 63.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 40 73 77 0.48 0.05 0 0.70 186.49 0.32 0.23
Hex 28 49 4D 30 5 0 46 BA 20 17
Octal 50 111 115 60 5 0 106 272 40 27
Binary 101000 1001001 1001101 110000 101 0 1000110 10111010 100000 10111

Color Harmonies of #28494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28494D

Black with #28494D

Text Example


Text Example

White with #28494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28494D; }

 p { color: rgb(40,73,77); }

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

background-color css

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

 a { background-color: rgb(40,73,77); }

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

border-color css

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

 span { border-color: rgb(40,73,77); }

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