Html Css Color HEX #31464C Big Stone

📋 copy color: '#31464C'

red 49 ◦ green 70 ◦ blue 76

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

Shades of Big Stone #31464C

Tints of Big Stone #31464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 76 (30.08% from 255) = 38.97%

R = 25.13%
G = 35.9%
B = 38.97%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31464C (or 0x31464C) is known color: Big Stone. HEX triplet: 31, 46 and 4C. RGB value is (49,70,76). Sum of RGB (Red+Green+Blue) = 49+70+76=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #31464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31464C is #CEB9B3. Grayscale: #404040. Windows color (decimal): -13547956 or 4998705. OLE color: 4998705.

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

Color convert

RGB 49 70 76 -
CMYK 0.36 0.08 0 0.70
HSL 193.33º 0.22% 0.25% -
HSV(B) 193.33º 0.36% 0.3% -
XYZ 4.76 5.56 7.66 -
YUV 64.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 49 70 76 0.36 0.08 0 0.70 193.33 0.22 0.25
Hex 31 46 4C 24 8 0 46 C1 16 19
Octal 61 106 114 44 10 0 106 301 26 31
Binary 110001 1000110 1001100 100100 1000 0 1000110 11000001 10110 11001

Color Harmonies of #31464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31464C

Black with #31464C

Text Example


Text Example

White with #31464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31464C;
 }
 .AnyTagClassName
 {
   color: #31464C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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