Html Css Color HEX #31474F Big Stone

📋 copy color: '#31474F'

red 49 ◦ green 71 ◦ blue 79

#31474F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Big Stone #31474F

Tints of Big Stone #31474F

RGB

 RED value IS 49 (19.53% from 255) = 24.62%

 GREEN value IS 71 (28.13% from 255) = 35.68%

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 24.62%
G = 35.68%
B = 39.7%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31474F (or 0x31474F) is known color: Big Stone. HEX triplet: 31, 47 and 4F. RGB value is (49,71,79). Sum of RGB (Red+Green+Blue) = 49+71+79=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #31474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31474F is #CEB8B0. Grayscale: #414141. Windows color (decimal): -13547697 or 5195569. OLE color: 5195569.

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

Color convert

RGB 49 71 79 -
CMYK 0.38 0.10 0 0.69
HSL 196º 0.23% 0.25% -
HSV(B) 196º 0.38% 0.31% -
XYZ 4.93 5.72 8.24 -
YUV 65.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 49 71 79 0.38 0.10 0 0.69 196 0.23 0.25
Hex 31 47 4F 26 A 0 45 C4 17 19
Octal 61 107 117 46 12 0 105 304 27 31
Binary 110001 1000111 1001111 100110 1010 0 1000101 11000100 10111 11001

Color Harmonies of #31474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31474F

Black with #31474F

Text Example


Text Example

White with #31474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,71,79); }

 H1.HeaderClassName
 {
   color: #31474F;
 }
 .AnyTagClassName
 {
   color: #31474F;
 }
</style>

background-color css

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

 a { background-color: rgb(49,71,79); }

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

border-color css

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

 span { border-color: rgb(49,71,79); }

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