Html Css Color HEX #284447 Dark Slate Grey

📋 copy color: '#284447'

red 40 ◦ green 68 ◦ blue 71

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

Shades of Dark Slate Grey #284447

Tints of Dark Slate Grey #284447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.99%

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 22.35%
G = 37.99%
B = 39.66%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#284447 (or 0x284447) is known color: Dark Slate Grey. HEX triplet: 28, 44 and 47. RGB value is (40,68,71). Sum of RGB (Red+Green+Blue) = 40+68+71=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #284447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284447 is #D7BBB8. Grayscale: #3B3B3B. Windows color (decimal): -14138297 or 4670504. OLE color: 4670504.

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

Color convert

RGB 40 68 71 -
CMYK 0.44 0.04 0 0.72
HSL 185.81º 0.28% 0.22% -
HSV(B) 185.81º 0.44% 0.28% -
XYZ 4.08 5.04 6.72 -
YUV 59.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 40 68 71 0.44 0.04 0 0.72 185.81 0.28 0.22
Hex 28 44 47 2C 4 0 48 BA 1C 16
Octal 50 104 107 54 4 0 110 272 34 26
Binary 101000 1000100 1000111 101100 100 0 1001000 10111010 11100 10110

Color Harmonies of #284447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284447

Black with #284447

Text Example


Text Example

White with #284447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284447; }

 p { color: rgb(40,68,71); }

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

background-color css

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

 a { background-color: rgb(40,68,71); }

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

border-color css

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

 span { border-color: rgb(40,68,71); }

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