Html Css Color HEX #74487E Affair

📋 copy color: '#74487E'

red 116 ◦ green 72 ◦ blue 126

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

Shades of Affair #74487E

Tints of Affair #74487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 36.94%
G = 22.93%
B = 40.13%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74487E (or 0x74487E) is known color: Affair. HEX triplet: 74, 48 and 7E. RGB value is (116,72,126). Sum of RGB (Red+Green+Blue) = 116+72+126=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #74487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74487E is #8BB781. Grayscale: #5B5B5B. Windows color (decimal): -9156482 or 8276084. OLE color: 8276084.

HSL color Cylindrical-coordinate representation of color #74487E: hue angle of 288.89º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74487E is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 72 126 -
CMYK 0.08 0.43 0 0.51
HSL 288.89º 0.27% 0.39% -
HSV(B) 288.89º 0.43% 0.49% -
XYZ 13.29 9.85 20.94 -
YUV 91.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 116 72 126 0.08 0.43 0 0.51 288.89 0.27 0.39
Hex 74 48 7E 8 2B 0 33 121 1B 27
Octal 164 110 176 10 53 0 63 441 33 47
Binary 1110100 1001000 1111110 1000 101011 0 110011 100100001 11011 100111

Color Harmonies of #74487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74487E

Black with #74487E

Text Example


Text Example

White with #74487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,72,126); }

 H1.HeaderClassName
 {
   color: #74487E;
 }
 .AnyTagClassName
 {
   color: #74487E;
 }
</style>

background-color css

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

 a { background-color: rgb(116,72,126); }

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

border-color css

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

 span { border-color: rgb(116,72,126); }

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