#74498C

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

Shades of Affair #74498C

Tints of Affair #74498C

Color information

#74498C (or 0x74498C) is unknown color: approx Affair. HEX triplet: 74, 49 and 8C. RGB value is (116,73,140). Sum of RGB (Red+Green+Blue) = 116+73+140=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #74498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74498C is #8BB673. Grayscale: #5D5D5D. Windows color (decimal): -9156212 or 9193844. OLE color: 9193844.

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

Color convert

RGB11673140-
CMYK0.170.4800.45
HSL278.51º31.46%41.76%-
HSV(B)278.51º47.86%54.9%-
XYZ14.3210.3726.06-
YUV93.5154.25144.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=35.26%
G=22.19%
B=42.55%

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
Decimal116731400.170.4800.45278.5131.4641.76
Hex74498C113002D1171f2a
Octal16411121421600554273752
Binary111010010010011000110010001110000010110110001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74498C; }

 p { color: rgb(116,73,140); }

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

<style>
 a { background-color: #74498C; }

 a { background-color: rgb(116,73,140); }

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

<style>
 span { border-color: #74498C; }

 span { border-color: rgb(116,73,140); }

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