Html Css Color HEX #2A474A Dark Slate Grey

📋 copy color: '#2A474A'

red 42 ◦ green 71 ◦ blue 74

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

Shades of Dark Slate Grey #2A474A

Tints of Dark Slate Grey #2A474A

RGB

 RED value IS 42 (16.8% from 255) = 22.46%

 GREEN value IS 71 (28.13% from 255) = 37.97%

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

R = 22.46%
G = 37.97%
B = 39.57%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A474A (or 0x2A474A) is known color: Dark Slate Grey. HEX triplet: 2A, 47 and 4A. RGB value is (42,71,74). Sum of RGB (Red+Green+Blue) = 42+71+74=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A474A is #D5B8B5. Grayscale: #3E3E3E. Windows color (decimal): -14006454 or 4867882. OLE color: 4867882.

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

Color convert

RGB 42 71 74 -
CMYK 0.43 0.04 0 0.71
HSL 185.63º 0.28% 0.23% -
HSV(B) 185.63º 0.43% 0.29% -
XYZ 4.44 5.49 7.3 -
YUV 62.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 42 71 74 0.43 0.04 0 0.71 185.63 0.28 0.23
Hex 2A 47 4A 2B 4 0 47 BA 1C 17
Octal 52 107 112 53 4 0 107 272 34 27
Binary 101010 1000111 1001010 101011 100 0 1000111 10111010 11100 10111

Color Harmonies of #2A474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A474A

Black with #2A474A

Text Example


Text Example

White with #2A474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A474A; }

 p { color: rgb(42,71,74); }

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

background-color css

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

 a { background-color: rgb(42,71,74); }

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

border-color css

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

 span { border-color: rgb(42,71,74); }

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