#30494D

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

Shades of Dark Slate Grey #30494D

Tints of Dark Slate Grey #30494D

Color information

#30494D (or 0x30494D) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 49 and 4D. RGB value is (48,73,77). Sum of RGB (Red+Green+Blue) = 48+73+77=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #30494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30494D is #CFB6B2. Grayscale: #414141. Windows color (decimal): -13612723 or 5065008. OLE color: 5065008.

HSL color Cylindrical-coordinate representation of color #30494D: hue angle of 188.28º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30494D is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB487377-
CMYK0.380.0500.70
HSL188.28º23.2%24.51%-
HSV(B)188.28º37.66%30.2%-
XYZ4.945.937.91-
YUV65.98134.22115.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=24.24%
G=36.87%
B=38.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4873770.380.0500.70188.2823.224.51
Hex30494D265046bc1719
Octal6011111546501062742731
Binary1100001001001100110110011010101000110101111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30494D; }

 p { color: rgb(48,73,77); }

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

<style>
 a { background-color: #30494D; }

 a { background-color: rgb(48,73,77); }

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

<style>
 span { border-color: #30494D; }

 span { border-color: rgb(48,73,77); }

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