#73497E

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

Shades of Affair #73497E

Tints of Affair #73497E

Color information

#73497E (or 0x73497E) is unknown color: approx Affair. HEX triplet: 73, 49 and 7E. RGB value is (115,73,126). Sum of RGB (Red+Green+Blue) = 115+73+126=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #73497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73497E is #8CB681. Grayscale: #5B5B5B. Windows color (decimal): -9221762 or 8276339. OLE color: 8276339.

HSL color Cylindrical-coordinate representation of color #73497E: hue angle of 287.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73497E is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11573126-
CMYK0.090.4200.51
HSL287.55º26.63%39.02%-
HSV(B)287.55º42.06%49.41%-
XYZ13.229.9220.96-
YUV91.6147.41144.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=36.62%
G=23.25%
B=40.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115731260.090.4200.51287.5526.6339.02
Hex73497E92A0331201b27
Octal16311117611520634403347
Binary1110011100100111111101001101010011001110010000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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