#736473

Color #736473 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #736473

Tints of Old Lavender #736473

Color information

#736473 (or 0x736473) is unknown color: approx Old Lavender. HEX triplet: 73, 64 and 73. RGB value is (115,100,115). Sum of RGB (Red+Green+Blue) = 115+100+115=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #736473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736473 is #8C9B8C. Grayscale: #6A6A6A. Windows color (decimal): -9214861 or 7562355. OLE color: 7562355.

HSL color Cylindrical-coordinate representation of color #736473: hue angle of 300º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736473 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB115100115-
CMYK00.1300.55
HSL300º6.98%42.16%-
HSV(B)300º13.04%45.1%-
XYZ14.721418.15-
YUV106.2132.97134.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=34.85%
G=30.30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510011500.1300.553006.9842.16
Hex7364730D03712c72a
Octal163144163015067454752
Binary111001111001001110011011010110111100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736473; }

 p { color: rgb(115,100,115); }

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

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

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

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

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

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

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