Html Css Color HEX #74498E Affair

📋 copy color: '#74498E'

red 116 ◦ green 73 ◦ blue 142

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

Shades of Affair #74498E

Tints of Affair #74498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 35.05%
G = 22.05%
B = 42.9%

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

#74498E (or 0x74498E) is known color: Affair. HEX triplet: 74, 49 and 8E. RGB value is (116,73,142). Sum of RGB (Red+Green+Blue) = 116+73+142=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #74498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74498E is #8BB671. Grayscale: #5D5D5D. Windows color (decimal): -9156210 or 9324916. OLE color: 9324916.

HSL color Cylindrical-coordinate representation of color #74498E: hue angle of 277.39º degrees, saturation: 0.32, 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 #74498E is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 73 142 -
CMYK 0.18 0.49 0 0.44
HSL 277.39º 0.32% 0.42% -
HSV(B) 277.39º 0.49% 0.56% -
XYZ 14.47 10.43 26.84 -
YUV 93.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 116 73 142 0.18 0.49 0 0.44 277.39 0.32 0.42
Hex 74 49 8E 12 31 0 2C 115 20 2A
Octal 164 111 216 22 61 0 54 425 40 52
Binary 1110100 1001001 10001110 10010 110001 0 101100 100010101 100000 101010

Color Harmonies of #74498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74498E

Black with #74498E

Text Example


Text Example

White with #74498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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