#74548A

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

Shades of Affair #74548A

Tints of Affair #74548A

Color information

#74548A (or 0x74548A) is unknown color: approx Affair. HEX triplet: 74, 54 and 8A. RGB value is (116,84,138). Sum of RGB (Red+Green+Blue) = 116+84+138=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #74548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74548A is #8BAB75. Grayscale: #636363. Windows color (decimal): -9153398 or 9065588. OLE color: 9065588.

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

Color convert

RGB11684138-
CMYK0.160.3900.46
HSL275.56º24.32%43.53%-
HSV(B)275.56º39.13%54.12%-
XYZ14.9611.8925.55-
YUV99.72149.6139.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=34.32%
G=24.85%
B=40.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116841380.160.3900.46275.5624.3243.53
Hex74548A102702E114182c
Octal16412421220470564243054
Binary111010010101001000101010000100111010111010001010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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