#74488B

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

Shades of Affair #74488B

Tints of Affair #74488B

Color information

#74488B (or 0x74488B) is unknown color: approx Affair. HEX triplet: 74, 48 and 8B. RGB value is (116,72,139). Sum of RGB (Red+Green+Blue) = 116+72+139=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #74488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74488B is #8BB774. Grayscale: #5C5C5C. Windows color (decimal): -9156469 or 9128052. OLE color: 9128052.

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

Color convert

RGB11672139-
CMYK0.170.4800.45
HSL279.4º31.75%41.37%-
HSV(B)279.4º48.2%54.51%-
XYZ14.1810.2125.65-
YUV92.79154.08144.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=35.47%
G=22.02%
B=42.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116721390.170.4800.45279.431.7541.37
Hex74488B113002D1172029
Octal16411021321600554274051
Binary1110100100100010001011100011100000101101100010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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