Html Css Color HEX #284F4A Dark Slate Grey

📋 copy color: '#284F4A'

red 40 ◦ green 79 ◦ blue 74

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

Shades of Dark Slate Grey #284F4A

Tints of Dark Slate Grey #284F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

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

R = 20.73%
G = 40.93%
B = 38.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#284F4A (or 0x284F4A) is known color: Dark Slate Grey. HEX triplet: 28, 4F and 4A. RGB value is (40,79,74). Sum of RGB (Red+Green+Blue) = 40+79+74=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #284F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F4A is #D7B0B5. Grayscale: #424242. Windows color (decimal): -14135478 or 4869928. OLE color: 4869928.

HSL color Cylindrical-coordinate representation of color #284F4A: hue angle of 172.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284F4A is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 79 74 -
CMYK 0.49 0 0.06 0.69
HSL 172.31º 0.33% 0.23% -
HSV(B) 172.31º 0.49% 0.31% -
XYZ 4.91 6.54 7.48 -
YUV 66.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 40 79 74 0.49 0 0.06 0.69 172.31 0.33 0.23
Hex 28 4F 4A 31 0 6 45 AC 21 17
Octal 50 117 112 61 0 6 105 254 41 27
Binary 101000 1001111 1001010 110001 0 110 1000101 10101100 100001 10111

Color Harmonies of #284F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F4A

Black with #284F4A

Text Example


Text Example

White with #284F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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