#73496C

Color #73496C Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #73496C

Tints of Salt Box #73496C

Color information

#73496C (or 0x73496C) is unknown color: approx Salt Box. HEX triplet: 73, 49 and 6C. RGB value is (115,73,108). Sum of RGB (Red+Green+Blue) = 115+73+108=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73496C is #8CB693. Grayscale: #595959. Windows color (decimal): -9221780 or 7096691. OLE color: 7096691.

HSL color Cylindrical-coordinate representation of color #73496C: hue angle of 310º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73496C is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11573108-
CMYK00.370.060.55
HSL310º22.34%36.86%-
HSV(B)310º36.52%45.1%-
XYZ12.169.4915.38-
YUV89.55138.41146.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=38.85%
G=24.66%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157310800.370.060.5531022.3436.86
Hex73496C0256371361625
Octal1631111540456674662645
Binary111001110010011101100010010111011011110011011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73496C; }

 p { color: rgb(115,73,108); }

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

<style>
 a { background-color: #73496C; }

 a { background-color: rgb(115,73,108); }

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

<style>
 span { border-color: #73496C; }

 span { border-color: rgb(115,73,108); }

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