Html Css Color HEX #28494B Dark Slate Grey

📋 copy color: '#28494B'

red 40 ◦ green 73 ◦ blue 75

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

Shades of Dark Slate Grey #28494B

Tints of Dark Slate Grey #28494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 21.28%
G = 38.83%
B = 39.89%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28494B (or 0x28494B) is known color: Dark Slate Grey. HEX triplet: 28, 49 and 4B. RGB value is (40,73,75). Sum of RGB (Red+Green+Blue) = 40+73+75=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #28494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28494B is #D7B6B4. Grayscale: #3F3F3F. Windows color (decimal): -14137013 or 4933928. OLE color: 4933928.

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

Color convert

RGB 40 73 75 -
CMYK 0.47 0.03 0 0.71
HSL 183.43º 0.3% 0.23% -
HSV(B) 183.43º 0.47% 0.29% -
XYZ 4.53 5.72 7.52 -
YUV 63.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 40 73 75 0.47 0.03 0 0.71 183.43 0.3 0.23
Hex 28 49 4B 2F 3 0 47 B7 1E 17
Octal 50 111 113 57 3 0 107 267 36 27
Binary 101000 1001001 1001011 101111 11 0 1000111 10110111 11110 10111

Color Harmonies of #28494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28494B

Black with #28494B

Text Example


Text Example

White with #28494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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