Html Css Color HEX #74588C Affair

📋 copy color: '#74588C'

red 116 ◦ green 88 ◦ blue 140

#74588C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #74588C

Tints of Affair #74588C

RGB

 RED value IS 116 (45.7% from 255) = 33.72%

 GREEN value IS 88 (34.77% from 255) = 25.58%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 33.72%
G = 25.58%
B = 40.7%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74588C (or 0x74588C) is known color: 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

RGB 116 88 140 -
CMYK 0.17 0.37 0 0.45
HSL 272.31º 0.23% 0.45% -
HSV(B) 272.31º 0.37% 0.55% -
XYZ 15.43 12.59 26.43 -
YUV 102.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 116 88 140 0.17 0.37 0 0.45 272.31 0.23 0.45
Hex 74 58 8C 11 25 0 2D 110 17 2D
Octal 164 130 214 21 45 0 55 420 27 55
Binary 1110100 1011000 10001100 10001 100101 0 101101 100010000 10111 101101

Color Harmonies of #74588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74588C

Black with #74588C

Text Example


Text Example

White with #74588C

Text Example


Text Example

HTML Codes & Css Web 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>