#34464E

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

Shades of Big Stone #34464E

Tints of Big Stone #34464E

Color information

#34464E (or 0x34464E) is unknown color: approx Big Stone. HEX triplet: 34, 46 and 4E. RGB value is (52,70,78). Sum of RGB (Red+Green+Blue) = 52+70+78=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 78 - color contains mainly: blue. Hex color #34464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34464E is #CBB9B1. Grayscale: #414141. Windows color (decimal): -13351346 or 5129780. OLE color: 5129780.

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

Color convert

RGB527078-
CMYK0.330.1000.69
HSL198.46º20%25.49%-
HSV(B)198.46º33.33%30.59%-
XYZ4.985.668.04-
YUV65.53135.04118.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 78 (30.86% from 255) = 39%
R=26%
G=35%
B=39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5270780.330.1000.69198.462025.49
Hex34464E21A045c61419
Octal64106116411201053062431
Binary11010010001101001110100001101001000101110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34464E; }

 p { color: rgb(52,70,78); }

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

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

 a { background-color: rgb(52,70,78); }

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

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

 span { border-color: rgb(52,70,78); }

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