#30464F

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

Shades of Big Stone #30464F

Tints of Big Stone #30464F

Color information

#30464F (or 0x30464F) is unknown color: approx Big Stone. HEX triplet: 30, 46 and 4F. RGB value is (48,70,79). Sum of RGB (Red+Green+Blue) = 48+70+79=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #30464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30464F is #CFB9B0. Grayscale: #404040. Windows color (decimal): -13613489 or 5195312. OLE color: 5195312.

HSL color Cylindrical-coordinate representation of color #30464F: hue angle of 197.42º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30464F is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487079-
CMYK0.390.1100.69
HSL197.42º24.41%24.9%-
HSV(B)197.42º39.24%30.98%-
XYZ4.825.578.22-
YUV64.45136.21116.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=24.37%
G=35.53%
B=40.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4870790.390.1100.69197.4224.4124.9
Hex30464F27B045c51819
Octal60106117471301053053031
Binary11000010001101001111100111101101000101110001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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