#30474B

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

Shades of Dark Slate Grey #30474B

Tints of Dark Slate Grey #30474B

Color information

#30474B (or 0x30474B) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 47 and 4B. RGB value is (48,71,75). Sum of RGB (Red+Green+Blue) = 48+71+75=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #30474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30474B is #CFB8B4. Grayscale: #404040. Windows color (decimal): -13613237 or 4933424. OLE color: 4933424.

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

Color convert

RGB487175-
CMYK0.360.0500.71
HSL188.89º21.95%24.12%-
HSV(B)188.89º36%29.41%-
XYZ4.745.647.5-
YUV64.58133.88116.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=24.74%
G=36.60%
B=38.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4871750.360.0500.71188.8921.9524.12
Hex30474B245047bd1618
Octal6010711344501072752630
Binary1100001000111100101110010010101000111101111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30474B; }

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

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

<style>
 a { background-color: #30474B; }

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

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

<style>
 span { border-color: #30474B; }

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

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