#32474F

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

Shades of Big Stone #32474F

Tints of Big Stone #32474F

Color information

#32474F (or 0x32474F) is unknown color: approx Big Stone. HEX triplet: 32, 47 and 4F. RGB value is (50,71,79). Sum of RGB (Red+Green+Blue) = 50+71+79=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #32474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32474F is #CDB8B0. Grayscale: #414141. Windows color (decimal): -13482161 or 5195570. OLE color: 5195570.

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

Color convert

RGB507179-
CMYK0.370.1000.69
HSL196.55º22.48%25.29%-
HSV(B)196.55º36.71%30.98%-
XYZ4.985.758.24-
YUV65.63135.54116.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=25%
G=35.5%
B=39.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5071790.370.1000.69196.5522.4825.29
Hex32474F25A045c51619
Octal62107117451201053052631
Binary11001010001111001111100101101001000101110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32474F; }

 p { color: rgb(50,71,79); }

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

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

 a { background-color: rgb(50,71,79); }

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

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

 span { border-color: rgb(50,71,79); }

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