Html Css Color HEX #74478E Affair

📋 copy color: '#74478E'

red 116 ◦ green 71 ◦ blue 142

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

Shades of Affair #74478E

Tints of Affair #74478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 35.26%
G = 21.58%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74478E (or 0x74478E) is known color: Affair. HEX triplet: 74, 47 and 8E. RGB value is (116,71,142). Sum of RGB (Red+Green+Blue) = 116+71+142=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #74478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74478E is #8BB871. Grayscale: #5C5C5C. Windows color (decimal): -9156722 or 9324404. OLE color: 9324404.

HSL color Cylindrical-coordinate representation of color #74478E: hue angle of 278.03º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74478E is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 71 142 -
CMYK 0.18 0.5 0 0.44
HSL 278.03º 0.33% 0.42% -
HSV(B) 278.03º 0.5% 0.56% -
XYZ 14.34 10.17 26.8 -
YUV 92.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 116 71 142 0.18 0.5 0 0.44 278.03 0.33 0.42
Hex 74 47 8E 12 32 0 2C 116 21 2A
Octal 164 107 216 22 62 0 54 426 41 52
Binary 1110100 1000111 10001110 10010 110010 0 101100 100010110 100001 101010

Color Harmonies of #74478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74478E

Black with #74478E

Text Example


Text Example

White with #74478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,71,142); }

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

background-color css

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

 a { background-color: rgb(116,71,142); }

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

border-color css

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

 span { border-color: rgb(116,71,142); }

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