#30464C

Color #30464C Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #30464C

Tints of Big Stone #30464C

Color information

#30464C (or 0x30464C) is unknown color: approx Big Stone. HEX triplet: 30, 46 and 4C. RGB value is (48,70,76). Sum of RGB (Red+Green+Blue) = 48+70+76=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #30464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30464C is #CFB9B3. Grayscale: #404040. Windows color (decimal): -13613492 or 4998704. OLE color: 4998704.

HSL color Cylindrical-coordinate representation of color #30464C: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30464C is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB487076-
CMYK0.370.0800.70
HSL192.86º22.58%24.31%-
HSV(B)192.86º36.84%29.8%-
XYZ4.715.537.66-
YUV64.11134.71116.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=24.74%
G=36.08%
B=39.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4870760.370.0800.70192.8622.5824.31
Hex30464C258046c11718
Octal60106114451001063012730
Binary11000010001101001100100101100001000110110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30464C; }

 p { color: rgb(48,70,76); }

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

<style>
 a { background-color: #30464C; }

 a { background-color: rgb(48,70,76); }

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

<style>
 span { border-color: #30464C; }

 span { border-color: rgb(48,70,76); }

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