#2A474B

Color #2A474B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2A474B

Tints of Dark Slate Grey #2A474B

Color information

#2A474B (or 0x2A474B) is unknown color: approx 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

RGB427175-
CMYK0.440.0500.71
HSL187.27º28.21%22.94%-
HSV(B)187.27º44%29.41%-
XYZ4.485.517.48-
YUV62.78134.89113.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4271750.440.0500.71187.2728.2122.94
Hex2A474B2C5047bb1c17
Octal5210711354501072733427
Binary1010101000111100101110110010101000111101110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>