#2D464A

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

Shades of Dark Slate Grey #2D464A

Tints of Dark Slate Grey #2D464A

Color information

#2D464A (or 0x2D464A) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 46 and 4A. RGB value is (45,70,74). Sum of RGB (Red+Green+Blue) = 45+70+74=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D464A is #D2B9B5. Grayscale: #3E3E3E. Windows color (decimal): -13810102 or 4867629. OLE color: 4867629.

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

Color convert

RGB457074-
CMYK0.390.0500.71
HSL188.28º24.37%23.33%-
HSV(B)188.28º39.19%29.02%-
XYZ4.515.437.29-
YUV62.98134.22115.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.81%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=23.81%
G=37.04%
B=39.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4570740.390.0500.71188.2824.3723.33
Hex2D464A275047bc1817
Octal5510611247501072743027
Binary1011011000110100101010011110101000111101111001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,74); }

 H1.HeaderClassName
 {
   color: #2D464A;
 }
 .AnyTagClassName
 {
   color: #2D464A;
 }
</style>
background-color css

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

 a { background-color: rgb(45,70,74); }

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

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

 span { border-color: rgb(45,70,74); }

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