Html Css Color HEX #74488E Affair

📋 copy color: '#74488E'

red 116 ◦ green 72 ◦ blue 142

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

Shades of Affair #74488E

Tints of Affair #74488E

RGB

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

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

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

R = 35.15%
G = 21.82%
B = 43.03%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74488E (or 0x74488E) is known color: Affair. HEX triplet: 74, 48 and 8E. RGB value is (116,72,142). Sum of RGB (Red+Green+Blue) = 116+72+142=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #74488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74488E is #8BB771. Grayscale: #5C5C5C. Windows color (decimal): -9156466 or 9324660. OLE color: 9324660.

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

Color convert

RGB 116 72 142 -
CMYK 0.18 0.49 0 0.44
HSL 277.71º 0.33% 0.42% -
HSV(B) 277.71º 0.49% 0.56% -
XYZ 14.4 10.3 26.82 -
YUV 93.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 116 72 142 0.18 0.49 0 0.44 277.71 0.33 0.42
Hex 74 48 8E 12 31 0 2C 116 21 2A
Octal 164 110 216 22 61 0 54 426 41 52
Binary 1110100 1001000 10001110 10010 110001 0 101100 100010110 100001 101010

Color Harmonies of #74488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74488E

Black with #74488E

Text Example


Text Example

White with #74488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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