#31484E

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

Shades of Big Stone #31484E

Tints of Big Stone #31484E

Color information

#31484E (or 0x31484E) is unknown color: approx Big Stone. HEX triplet: 31, 48 and 4E. RGB value is (49,72,78). Sum of RGB (Red+Green+Blue) = 49+72+78=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #31484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31484E is #CEB7B1. Grayscale: #414141. Windows color (decimal): -13547442 or 5130289. OLE color: 5130289.

HSL color Cylindrical-coordinate representation of color #31484E: hue angle of 192.41º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31484E is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB497278-
CMYK0.370.0800.69
HSL192.41º22.83%24.9%-
HSV(B)192.41º37.18%30.59%-
XYZ4.965.848.07-
YUV65.81134.88116.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=24.62%
G=36.18%
B=39.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4972780.370.0800.69192.4122.8324.9
Hex31484E258045c01719
Octal61110116451001053002731
Binary11000110010001001110100101100001000101110000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31484E; }

 p { color: rgb(49,72,78); }

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

<style>
 a { background-color: #31484E; }

 a { background-color: rgb(49,72,78); }

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

<style>
 span { border-color: #31484E; }

 span { border-color: rgb(49,72,78); }

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