Html Css Color HEX #284A4C Dark Slate Grey

📋 copy color: '#284A4C'

red 40 ◦ green 74 ◦ blue 76

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

Shades of Dark Slate Grey #284A4C

Tints of Dark Slate Grey #284A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 21.05%
G = 38.95%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#284A4C (or 0x284A4C) is known color: Dark Slate Grey. HEX triplet: 28, 4A and 4C. RGB value is (40,74,76). Sum of RGB (Red+Green+Blue) = 40+74+76=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #284A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A4C is #D7B5B3. Grayscale: #404040. Windows color (decimal): -14136756 or 4999720. OLE color: 4999720.

HSL color Cylindrical-coordinate representation of color #284A4C: hue angle of 183.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284A4C is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 74 76 -
CMYK 0.47 0.03 0 0.70
HSL 183.33º 0.31% 0.23% -
HSV(B) 183.33º 0.47% 0.3% -
XYZ 4.63 5.87 7.73 -
YUV 64.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 40 74 76 0.47 0.03 0 0.70 183.33 0.31 0.23
Hex 28 4A 4C 2F 3 0 46 B7 1F 17
Octal 50 112 114 57 3 0 106 267 37 27
Binary 101000 1001010 1001100 101111 11 0 1000110 10110111 11111 10111

Color Harmonies of #284A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A4C

Black with #284A4C

Text Example


Text Example

White with #284A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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