#74508F

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

Shades of Affair #74508F

Tints of Affair #74508F

Color information

#74508F (or 0x74508F) is unknown color: approx Affair. HEX triplet: 74, 50 and 8F. RGB value is (116,80,143). Sum of RGB (Red+Green+Blue) = 116+80+143=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #74508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74508F is #8BAF70. Grayscale: #616161. Windows color (decimal): -9154417 or 9392244. OLE color: 9392244.

HSL color Cylindrical-coordinate representation of color #74508F: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74508F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11680143-
CMYK0.190.4400.44
HSL274.29º28.25%43.73%-
HSV(B)274.29º44.06%56.08%-
XYZ15.0311.4327.4-
YUV97.95153.43140.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=34.22%
G=23.60%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116801430.190.4400.44274.2928.2543.73
Hex74508F132C02C1121c2c
Octal16412021723540544223454
Binary111010010100001000111110011101100010110010001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74508F; }

 p { color: rgb(116,80,143); }

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

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

 a { background-color: rgb(116,80,143); }

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

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

 span { border-color: rgb(116,80,143); }

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