#74468A

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

Shades of Affair #74468A

Tints of Affair #74468A

Color information

#74468A (or 0x74468A) is unknown color: approx Affair. HEX triplet: 74, 46 and 8A. RGB value is (116,70,138). Sum of RGB (Red+Green+Blue) = 116+70+138=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #74468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74468A is #8BB975. Grayscale: #5B5B5B. Windows color (decimal): -9156982 or 9062004. OLE color: 9062004.

HSL color Cylindrical-coordinate representation of color #74468A: hue angle of 280.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74468A is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11670138-
CMYK0.160.4900.46
HSL280.59º32.69%40.78%-
HSV(B)280.59º49.28%54.12%-
XYZ13.989.9325.22-
YUV91.51154.24145.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=35.80%
G=21.60%
B=42.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116701380.160.4900.46280.5932.6940.78
Hex74468A103102E1192129
Octal16410621220610564314151
Binary1110100100011010001010100001100010101110100011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74468A; }

 p { color: rgb(116,70,138); }

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

<style>
 a { background-color: #74468A; }

 a { background-color: rgb(116,70,138); }

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

<style>
 span { border-color: #74468A; }

 span { border-color: rgb(116,70,138); }

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