#2E4246

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

Shades of Big Stone #2E4246

Tints of Big Stone #2E4246

Color information

#2E4246 (or 0x2E4246) is unknown color: approx Big Stone. HEX triplet: 2E, 42 and 46. RGB value is (46,66,70). Sum of RGB (Red+Green+Blue) = 46+66+70=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E4246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4246 is #D1BDB9. Grayscale: #3C3C3C. Windows color (decimal): -13745594 or 4604462. OLE color: 4604462.

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

Color convert

RGB466670-
CMYK0.340.0600.73
HSL190º20.69%22.75%-
HSV(B)190º34.29%27.45%-
XYZ4.184.926.52-
YUV60.48133.37117.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=25.27%
G=36.26%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4666700.340.0600.7319020.6922.75
Hex2E4246226049be1517
Octal5610210642601112762527
Binary1011101000010100011010001011001001001101111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E4246; }

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

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

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

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

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

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

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

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