#74588C

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

Shades of Affair #74588C

Tints of Affair #74588C

Color information

#74588C (or 0x74588C) is unknown color: approx Affair. HEX triplet: 74, 58 and 8C. RGB value is (116,88,140). Sum of RGB (Red+Green+Blue) = 116+88+140=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #74588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74588C is #8BA773. Grayscale: #666666. Windows color (decimal): -9152372 or 9197684. OLE color: 9197684.

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

Color convert

RGB11688140-
CMYK0.170.3700.45
HSL272.31º22.81%44.71%-
HSV(B)272.31º37.14%54.9%-
XYZ15.4312.5926.43-
YUV102.3149.28137.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=33.72%
G=25.58%
B=40.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116881400.170.3700.45272.3122.8144.71
Hex74588C112502D110172d
Octal16413021421450554202755
Binary111010010110001000110010001100101010110110001000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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