#74558E

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

Shades of Affair #74558E

Tints of Affair #74558E

Color information

#74558E (or 0x74558E) is unknown color: approx Affair. HEX triplet: 74, 55 and 8E. RGB value is (116,85,142). Sum of RGB (Red+Green+Blue) = 116+85+142=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #74558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74558E is #8BAA71. Grayscale: #646464. Windows color (decimal): -9153138 or 9327988. OLE color: 9327988.

HSL color Cylindrical-coordinate representation of color #74558E: hue angle of 272.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74558E is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11685142-
CMYK0.180.4000.44
HSL272.63º25.11%44.51%-
HSV(B)272.63º40.14%55.69%-
XYZ15.3312.1627.13-
YUV100.77151.27138.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=33.82%
G=24.78%
B=41.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116851420.180.4000.44272.6325.1144.51
Hex74558E122802C111192d
Octal16412521622500544213155
Binary111010010101011000111010010101000010110010001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74558E; }

 p { color: rgb(116,85,142); }

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

<style>
 a { background-color: #74558E; }

 a { background-color: rgb(116,85,142); }

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

<style>
 span { border-color: #74558E; }

 span { border-color: rgb(116,85,142); }

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