Html Css Color HEX #284649 Dark Slate Grey

📋 copy color: '#284649'

red 40 ◦ green 70 ◦ blue 73

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

Shades of Dark Slate Grey #284649

Tints of Dark Slate Grey #284649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 21.86%
G = 38.25%
B = 39.89%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#284649 (or 0x284649) is known color: Dark Slate Grey. HEX triplet: 28, 46 and 49. RGB value is (40,70,73). Sum of RGB (Red+Green+Blue) = 40+70+73=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #284649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284649 is #D7B9B6. Grayscale: #3D3D3D. Windows color (decimal): -14137783 or 4802088. OLE color: 4802088.

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

Color convert

RGB 40 70 73 -
CMYK 0.45 0.04 0 0.71
HSL 185.45º 0.29% 0.22% -
HSV(B) 185.45º 0.45% 0.29% -
XYZ 4.27 5.31 7.1 -
YUV 61.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 40 70 73 0.45 0.04 0 0.71 185.45 0.29 0.22
Hex 28 46 49 2D 4 0 47 B9 1D 16
Octal 50 106 111 55 4 0 107 271 35 26
Binary 101000 1000110 1001001 101101 100 0 1000111 10111001 11101 10110

Color Harmonies of #284649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284649

Black with #284649

Text Example


Text Example

White with #284649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284649; }

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

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

background-color css

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

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

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

border-color css

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

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

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