#32474E

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

Shades of Big Stone #32474E

Tints of Big Stone #32474E

Color information

#32474E (or 0x32474E) is unknown color: approx Big Stone. HEX triplet: 32, 47 and 4E. RGB value is (50,71,78). Sum of RGB (Red+Green+Blue) = 50+71+78=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #32474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32474E is #CDB8B1. Grayscale: #414141. Windows color (decimal): -13482162 or 5130034. OLE color: 5130034.

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

Color convert

RGB507178-
CMYK0.360.0900.69
HSL195º21.87%25.1%-
HSV(B)195º35.9%30.59%-
XYZ4.945.738.05-
YUV65.52135.04116.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=25.13%
G=35.68%
B=39.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5071780.360.0900.6919521.8725.1
Hex32474E249045c31619
Octal62107116441101053032631
Binary11001010001111001110100100100101000101110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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