#74598b

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

Shades of Affair #74598B

Tints of Affair #74598B

Color information

#74598B (or 0x74598B) is unknown color: approx Affair. HEX triplet: 74, 59 and 8B. RGB value is (116,89,139). Sum of RGB (Red+Green+Blue) = 116+89+139=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #74598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74598B is #8BA674. Grayscale: #666666. Windows color (decimal): -9152117 or 9132404. OLE color: 9132404.

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

Color convert

RGB11689139-
CMYK0.170.3600.45
HSL272.4º21.93%44.71%-
HSV(B)272.4º35.97%54.51%-
XYZ15.4412.7226.07-
YUV102.77148.45137.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=33.72%
G=25.87%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116891390.170.3600.45272.421.9344.71
Hex74598B112402D110162d
Octal16413121321440554202655
Binary111010010110011000101110001100100010110110001000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74598b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74598b; }

 p { color: rgb(116,89,139); }

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

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

 a { background-color: rgb(116,89,139); }

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

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

 span { border-color: rgb(116,89,139); }

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