Html Css Color HEX #314246 Big Stone

📋 copy color: '#314246'

red 49 ◦ green 66 ◦ blue 70

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

Shades of Big Stone #314246

Tints of Big Stone #314246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 26.49%
G = 35.68%
B = 37.84%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#314246 (or 0x314246) is known color: Big Stone. HEX triplet: 31, 42 and 46. RGB value is (49,66,70). Sum of RGB (Red+Green+Blue) = 49+66+70=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #314246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314246 is #CEBDB9. Grayscale: #3D3D3D. Windows color (decimal): -13548986 or 4604465. OLE color: 4604465.

HSL color Cylindrical-coordinate representation of color #314246: hue angle of 191.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314246 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 66 70 -
CMYK 0.30 0.06 0 0.73
HSL 191.43º 0.18% 0.23% -
HSV(B) 191.43º 0.3% 0.27% -
XYZ 4.32 4.99 6.53 -
YUV 61.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 49 66 70 0.30 0.06 0 0.73 191.43 0.18 0.23
Hex 31 42 46 1E 6 0 49 BF 12 17
Octal 61 102 106 36 6 0 111 277 22 27
Binary 110001 1000010 1000110 11110 110 0 1001001 10111111 10010 10111

Color Harmonies of #314246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314246

Black with #314246

Text Example


Text Example

White with #314246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314246; }

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

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

background-color css

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

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

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

border-color css

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

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

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