Html Css Color HEX #284A4F Dark Slate Grey

📋 copy color: '#284A4F'

red 40 ◦ green 74 ◦ blue 79

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

Shades of Dark Slate Grey #284A4F

Tints of Dark Slate Grey #284A4F

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #284A4F: hue angle of 187.69º 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 #284A4F is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 74 79 -
CMYK 0.49 0.06 0 0.69
HSL 187.69º 0.33% 0.23% -
HSV(B) 187.69º 0.49% 0.31% -
XYZ 4.74 5.91 8.29 -
YUV 64.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 40 74 79 0.49 0.06 0 0.69 187.69 0.33 0.23
Hex 28 4A 4F 31 6 0 45 BC 21 17
Octal 50 112 117 61 6 0 105 274 41 27
Binary 101000 1001010 1001111 110001 110 0 1000101 10111100 100001 10111

Color Harmonies of #284A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A4F

Black with #284A4F

Text Example


Text Example

White with #284A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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