Html Css Color HEX #2A474B Dark Slate Grey

📋 copy color: '#2A474B'

red 42 ◦ green 71 ◦ blue 75

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

Shades of Dark Slate Grey #2A474B

Tints of Dark Slate Grey #2A474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 22.34%
G = 37.77%
B = 39.89%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A474B (or 0x2A474B) is known color: Dark Slate Grey. HEX triplet: 2A, 47 and 4B. RGB value is (42,71,75). Sum of RGB (Red+Green+Blue) = 42+71+75=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A474B is #D5B8B4. Grayscale: #3E3E3E. Windows color (decimal): -14006453 or 4933418. OLE color: 4933418.

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

Color convert

RGB 42 71 75 -
CMYK 0.44 0.05 0 0.71
HSL 187.27º 0.28% 0.23% -
HSV(B) 187.27º 0.44% 0.29% -
XYZ 4.48 5.51 7.48 -
YUV 62.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 42 71 75 0.44 0.05 0 0.71 187.27 0.28 0.23
Hex 2A 47 4B 2C 5 0 47 BB 1C 17
Octal 52 107 113 54 5 0 107 273 34 27
Binary 101010 1000111 1001011 101100 101 0 1000111 10111011 11100 10111

Color Harmonies of #2A474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A474B

Black with #2A474B

Text Example


Text Example

White with #2A474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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