#73488D

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

Shades of Affair #73488D

Tints of Affair #73488D

Color information

#73488D (or 0x73488D) is unknown color: approx Affair. HEX triplet: 73, 48 and 8D. RGB value is (115,72,141). Sum of RGB (Red+Green+Blue) = 115+72+141=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #73488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73488D is #8CB772. Grayscale: #5C5C5C. Windows color (decimal): -9222003 or 9259123. OLE color: 9259123.

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

Color convert

RGB11572141-
CMYK0.180.4900.45
HSL277.39º32.39%41.76%-
HSV(B)277.39º48.94%55.29%-
XYZ14.210.226.42-
YUV92.72155.25143.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=35.06%
G=21.95%
B=42.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115721410.180.4900.45277.3932.3941.76
Hex73488D123102D115202a
Octal16311021522610554254052
Binary1110011100100010001101100101100010101101100010101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73488D; }

 p { color: rgb(115,72,141); }

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

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

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

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

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

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

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