#73496B

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

Shades of Salt Box #73496B

Tints of Salt Box #73496B

Color information

#73496B (or 0x73496B) is unknown color: approx Salt Box. HEX triplet: 73, 49 and 6B. RGB value is (115,73,107). Sum of RGB (Red+Green+Blue) = 115+73+107=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73496B is #8CB694. Grayscale: #595959. Windows color (decimal): -9221781 or 7031155. OLE color: 7031155.

HSL color Cylindrical-coordinate representation of color #73496B: hue angle of 311.43º 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 #73496B is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11573107-
CMYK00.370.070.55
HSL311.43º22.34%36.86%-
HSV(B)311.43º36.52%45.1%-
XYZ12.119.4715.1-
YUV89.43137.91146.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=38.98%
G=24.75%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157310700.370.070.55311.4322.3436.86
Hex73496B0257371371625
Octal1631111530457674672645
Binary111001110010011101011010010111111011110011011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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