#34464A

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

Shades of Big Stone #34464A

Tints of Big Stone #34464A

Color information

#34464A (or 0x34464A) is unknown color: approx Big Stone. HEX triplet: 34, 46 and 4A. RGB value is (52,70,74). Sum of RGB (Red+Green+Blue) = 52+70+74=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #34464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34464A is #CBB9B5. Grayscale: #414141. Windows color (decimal): -13351350 or 4867636. OLE color: 4867636.

HSL color Cylindrical-coordinate representation of color #34464A: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #34464A is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB527074-
CMYK0.300.0500.71
HSL190.91º17.46%24.71%-
HSV(B)190.91º29.73%29.02%-
XYZ4.845.67.31-
YUV65.07133.04118.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=26.53%
G=35.71%
B=37.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5270740.300.0500.71190.9117.4624.71
Hex34464A1E5047bf1119
Octal6410611236501072772131
Binary110100100011010010101111010101000111101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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