#74588D

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

Shades of Affair #74588D

Tints of Affair #74588D

Color information

#74588D (or 0x74588D) is unknown color: approx Affair. HEX triplet: 74, 58 and 8D. RGB value is (116,88,141). Sum of RGB (Red+Green+Blue) = 116+88+141=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #74588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74588D is #8BA772. Grayscale: #666666. Windows color (decimal): -9152371 or 9263220. OLE color: 9263220.

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

Color convert

RGB11688141-
CMYK0.180.3800.45
HSL271.7º23.14%44.9%-
HSV(B)271.7º37.59%55.29%-
XYZ15.512.6226.82-
YUV102.41149.78137.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=33.62%
G=25.51%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116881410.180.3800.45271.723.1444.9
Hex74588D122602D110172d
Octal16413021522460554202755
Binary111010010110001000110110010100110010110110001000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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