#73498B

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

Shades of Affair #73498B

Tints of Affair #73498B

Color information

#73498B (or 0x73498B) is unknown color: approx Affair. HEX triplet: 73, 49 and 8B. RGB value is (115,73,139). Sum of RGB (Red+Green+Blue) = 115+73+139=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #73498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73498B is #8CB674. Grayscale: #5C5C5C. Windows color (decimal): -9221749 or 9128307. OLE color: 9128307.

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

Color convert

RGB11573139-
CMYK0.170.4700.45
HSL278.18º31.13%41.57%-
HSV(B)278.18º47.48%54.51%-
XYZ14.1110.2725.67-
YUV93.08153.91143.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=35.17%
G=22.32%
B=42.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115731390.170.4700.45278.1831.1341.57
Hex73498B112F02D1161f2a
Octal16311121321570554263752
Binary111001110010011000101110001101111010110110001011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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