#74558A

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

Shades of Affair #74558A

Tints of Affair #74558A

Color information

#74558A (or 0x74558A) is unknown color: approx Affair. HEX triplet: 74, 55 and 8A. RGB value is (116,85,138). Sum of RGB (Red+Green+Blue) = 116+85+138=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #74558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74558A is #8BAA75. Grayscale: #646464. Windows color (decimal): -9153142 or 9065844. OLE color: 9065844.

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

Color convert

RGB11685138-
CMYK0.160.3800.46
HSL275.09º23.77%43.73%-
HSV(B)275.09º38.41%54.12%-
XYZ15.0412.0425.58-
YUV100.31149.27139.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=34.22%
G=25.07%
B=40.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116851380.160.3800.46275.0923.7743.73
Hex74558A102602E113182c
Octal16412521220460564233054
Binary111010010101011000101010000100110010111010001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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