Html Css Color HEX #28464A Dark Slate Grey

📋 copy color: '#28464A'

red 40 ◦ green 70 ◦ blue 74

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

Shades of Dark Slate Grey #28464A

Tints of Dark Slate Grey #28464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 21.74%
G = 38.04%
B = 40.22%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28464A (or 0x28464A) is known color: Dark Slate Grey. HEX triplet: 28, 46 and 4A. RGB value is (40,70,74). Sum of RGB (Red+Green+Blue) = 40+70+74=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #28464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28464A is #D7B9B5. Grayscale: #3D3D3D. Windows color (decimal): -14137782 or 4867624. OLE color: 4867624.

HSL color Cylindrical-coordinate representation of color #28464A: hue angle of 187.06º 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 #28464A is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 70 74 -
CMYK 0.46 0.05 0 0.71
HSL 187.06º 0.3% 0.22% -
HSV(B) 187.06º 0.46% 0.29% -
XYZ 4.3 5.33 7.28 -
YUV 61.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 40 70 74 0.46 0.05 0 0.71 187.06 0.3 0.22
Hex 28 46 4A 2E 5 0 47 BB 1E 16
Octal 50 106 112 56 5 0 107 273 36 26
Binary 101000 1000110 1001010 101110 101 0 1000111 10111011 11110 10110

Color Harmonies of #28464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28464A

Black with #28464A

Text Example


Text Example

White with #28464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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