#31464D

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

Shades of Big Stone #31464D

Tints of Big Stone #31464D

Color information

#31464D (or 0x31464D) is unknown color: approx Big Stone. HEX triplet: 31, 46 and 4D. RGB value is (49,70,77). Sum of RGB (Red+Green+Blue) = 49+70+77=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 70 (27.73% from 255 or 35.71% 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 #31464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31464D is #CEB9B2. Grayscale: #404040. Windows color (decimal): -13547955 or 5064241. OLE color: 5064241.

HSL color Cylindrical-coordinate representation of color #31464D: hue angle of 195º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31464D is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB497077-
CMYK0.360.0900.70
HSL195º22.22%24.71%-
HSV(B)195º36.36%30.2%-
XYZ4.85.577.84-
YUV64.52135.04116.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=25%
G=35.71%
B=39.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4970770.360.0900.7019522.2224.71
Hex31464D249046c31619
Octal61106115441101063032631
Binary11000110001101001101100100100101000110110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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