#30474D

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

Shades of Big Stone #30474D

Tints of Big Stone #30474D

Color information

#30474D (or 0x30474D) is unknown color: approx Big Stone. HEX triplet: 30, 47 and 4D. RGB value is (48,71,77). Sum of RGB (Red+Green+Blue) = 48+71+77=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #30474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30474D is #CFB8B2. Grayscale: #404040. Windows color (decimal): -13613235 or 5064496. OLE color: 5064496.

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

Color convert

RGB487177-
CMYK0.380.0800.70
HSL192.41º23.2%24.51%-
HSV(B)192.41º37.66%30.2%-
XYZ4.815.677.86-
YUV64.81134.88116.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=24.49%
G=36.22%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4871770.380.0800.70192.4123.224.51
Hex30474D268046c01719
Octal60107115461001063002731
Binary11000010001111001101100110100001000110110000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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