#32464D

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

Shades of Big Stone #32464D

Tints of Big Stone #32464D

Color information

#32464D (or 0x32464D) is unknown color: approx Big Stone. HEX triplet: 32, 46 and 4D. RGB value is (50,70,77). Sum of RGB (Red+Green+Blue) = 50+70+77=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #32464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32464D is #CDB9B2. Grayscale: #404040. Windows color (decimal): -13482419 or 5064242. OLE color: 5064242.

HSL color Cylindrical-coordinate representation of color #32464D: hue angle of 195.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32464D is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB507077-
CMYK0.350.0900.70
HSL195.56º21.26%24.9%-
HSV(B)195.56º35.06%30.2%-
XYZ4.855.597.85-
YUV64.82134.87117.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=25.38%
G=35.53%
B=39.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5070770.350.0900.70195.5621.2624.9
Hex32464D239046c41519
Octal62106115431101063042531
Binary11001010001101001101100011100101000110110001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32464D; }

 p { color: rgb(50,70,77); }

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

<style>
 a { background-color: #32464D; }

 a { background-color: rgb(50,70,77); }

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

<style>
 span { border-color: #32464D; }

 span { border-color: rgb(50,70,77); }

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