#32464E

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

Shades of Big Stone #32464E

Tints of Big Stone #32464E

Color information

#32464E (or 0x32464E) is unknown color: approx Big Stone. HEX triplet: 32, 46 and 4E. RGB value is (50,70,78). Sum of RGB (Red+Green+Blue) = 50+70+78=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #32464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32464E is #CDB9B1. Grayscale: #404040. Windows color (decimal): -13482418 or 5129778. OLE color: 5129778.

HSL color Cylindrical-coordinate representation of color #32464E: hue angle of 197.14º 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 #32464E is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507078-
CMYK0.360.1000.69
HSL197.14º21.87%25.1%-
HSV(B)197.14º35.9%30.59%-
XYZ4.885.618.03-
YUV64.93135.37117.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=25.25%
G=35.35%
B=39.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5070780.360.1000.69197.1421.8725.1
Hex32464E24A045c51619
Octal62106116441201053052631
Binary11001010001101001110100100101001000101110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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