Html Css Color HEX #284A48 Dark Slate Grey

📋 copy color: '#284A48'

red 40 ◦ green 74 ◦ blue 72

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

Shades of Dark Slate Grey #284A48

Tints of Dark Slate Grey #284A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.78%

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 21.51%
G = 39.78%
B = 38.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#284A48 (or 0x284A48) is known color: Dark Slate Grey. HEX triplet: 28, 4A and 48. RGB value is (40,74,72). Sum of RGB (Red+Green+Blue) = 40+74+72=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #284A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A48 is #D7B5B7. Grayscale: #3F3F3F. Windows color (decimal): -14136760 or 4737576. OLE color: 4737576.

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

Color convert

RGB 40 74 72 -
CMYK 0.46 0 0.03 0.71
HSL 176.47º 0.3% 0.22% -
HSV(B) 176.47º 0.46% 0.29% -
XYZ 4.49 5.82 7.02 -
YUV 63.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 40 74 72 0.46 0 0.03 0.71 176.47 0.3 0.22
Hex 28 4A 48 2E 0 3 47 B0 1E 16
Octal 50 112 110 56 0 3 107 260 36 26
Binary 101000 1001010 1001000 101110 0 11 1000111 10110000 11110 10110

Color Harmonies of #284A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A48

Black with #284A48

Text Example


Text Example

White with #284A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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