#30464D

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

Shades of Big Stone #30464D

Tints of Big Stone #30464D

Color information

#30464D (or 0x30464D) is unknown color: approx Big Stone. HEX triplet: 30, 46 and 4D. RGB value is (48,70,77). Sum of RGB (Red+Green+Blue) = 48+70+77=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #30464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30464D is #CFB9B2. Grayscale: #404040. Windows color (decimal): -13613491 or 5064240. OLE color: 5064240.

HSL color Cylindrical-coordinate representation of color #30464D: hue angle of 194.48º 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 #30464D is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB487077-
CMYK0.380.0900.70
HSL194.48º23.2%24.51%-
HSV(B)194.48º37.66%30.2%-
XYZ4.755.547.84-
YUV64.22135.21116.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=24.62%
G=35.90%
B=39.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4870770.380.0900.70194.4823.224.51
Hex30464D269046c21719
Octal60106115461101063022731
Binary11000010001101001101100110100101000110110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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