#30494A

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

Shades of Dark Slate Grey #30494A

Tints of Dark Slate Grey #30494A

Color information

#30494A (or 0x30494A) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 49 and 4A. RGB value is (48,73,74). Sum of RGB (Red+Green+Blue) = 48+73+74=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #30494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30494A is #CFB6B5. Grayscale: #414141. Windows color (decimal): -13612726 or 4868400. OLE color: 4868400.

HSL color Cylindrical-coordinate representation of color #30494A: hue angle of 182.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30494A is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB487374-
CMYK0.350.0100.71
HSL182.31º21.31%23.92%-
HSV(B)182.31º35.14%29.02%-
XYZ4.845.897.36-
YUV65.64132.72115.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=24.62%
G=37.44%
B=37.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873740.350.0100.71182.3121.3123.92
Hex30494A231047b61518
Octal6011111243101072662530
Binary11000010010011001010100011101000111101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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