#74528E

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

Shades of Affair #74528E

Tints of Affair #74528E

Color information

#74528E (or 0x74528E) is unknown color: approx Affair. HEX triplet: 74, 52 and 8E. RGB value is (116,82,142). Sum of RGB (Red+Green+Blue) = 116+82+142=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #74528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74528E is #8BAD71. Grayscale: #626262. Windows color (decimal): -9153906 or 9327220. OLE color: 9327220.

HSL color Cylindrical-coordinate representation of color #74528E: hue angle of 274º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74528E is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11682142-
CMYK0.180.4200.44
HSL274º26.79%43.92%-
HSV(B)274º42.25%55.69%-
XYZ15.111.727.05-
YUV99.01152.26140.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=34.12%
G=24.12%
B=41.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116821420.180.4200.4427426.7943.92
Hex74528E122A02C1121b2c
Octal16412221622520544223354
Binary111010010100101000111010010101010010110010001001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,82,142); }

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

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

 a { background-color: rgb(116,82,142); }

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

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

 span { border-color: rgb(116,82,142); }

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