#34474B

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

Shades of Big Stone #34474B

Tints of Big Stone #34474B

Color information

#34474B (or 0x34474B) is unknown color: approx Big Stone. HEX triplet: 34, 47 and 4B. RGB value is (52,71,75). Sum of RGB (Red+Green+Blue) = 52+71+75=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #34474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34474B is #CBB8B4. Grayscale: #414141. Windows color (decimal): -13351093 or 4933428. OLE color: 4933428.

HSL color Cylindrical-coordinate representation of color #34474B: hue angle of 190.43º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34474B is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB527175-
CMYK0.310.0500.71
HSL190.43º18.11%24.9%-
HSV(B)190.43º30.67%29.41%-
XYZ4.945.747.51-
YUV65.78133.21118.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=26.26%
G=35.86%
B=37.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5271750.310.0500.71190.4318.1124.9
Hex34474B1F5047be1219
Octal6410711337501072762231
Binary110100100011110010111111110101000111101111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34474B; }

 p { color: rgb(52,71,75); }

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

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

 a { background-color: rgb(52,71,75); }

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

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

 span { border-color: rgb(52,71,75); }

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