#74528B

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

Shades of Affair #74528B

Tints of Affair #74528B

Color information

#74528B (or 0x74528B) is unknown color: approx Affair. HEX triplet: 74, 52 and 8B. RGB value is (116,82,139). Sum of RGB (Red+Green+Blue) = 116+82+139=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #74528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74528B is #8BAD74. Grayscale: #626262. Windows color (decimal): -9153909 or 9130612. OLE color: 9130612.

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

Color convert

RGB11682139-
CMYK0.170.4100.45
HSL275.79º25.79%43.33%-
HSV(B)275.79º41.01%54.51%-
XYZ14.8811.6125.88-
YUV98.66150.76140.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=34.42%
G=24.33%
B=41.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116821390.170.4100.45275.7925.7943.33
Hex74528B112902D1141a2b
Octal16412221321510554243253
Binary111010010100101000101110001101001010110110001010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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