Html Css Color HEX #74468D Affair

📋 copy color: '#74468D'

red 116 ◦ green 70 ◦ blue 141

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

Shades of Affair #74468D

Tints of Affair #74468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 35.47%
G = 21.41%
B = 43.12%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74468D (or 0x74468D) is known color: Affair. HEX triplet: 74, 46 and 8D. RGB value is (116,70,141). Sum of RGB (Red+Green+Blue) = 116+70+141=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #74468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74468D is #8BB972. Grayscale: #5B5B5B. Windows color (decimal): -9156979 or 9258612. OLE color: 9258612.

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

Color convert

RGB 116 70 141 -
CMYK 0.18 0.50 0 0.45
HSL 278.87º 0.34% 0.41% -
HSV(B) 278.87º 0.5% 0.55% -
XYZ 14.2 10.02 26.38 -
YUV 91.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 116 70 141 0.18 0.50 0 0.45 278.87 0.34 0.41
Hex 74 46 8D 12 32 0 2D 117 22 29
Octal 164 106 215 22 62 0 55 427 42 51
Binary 1110100 1000110 10001101 10010 110010 0 101101 100010111 100010 101001

Color Harmonies of #74468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74468D

Black with #74468D

Text Example


Text Example

White with #74468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74468D;
 }
 .AnyTagClassName
 {
   color: #74468D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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