Html Css Color HEX #70497E Affair

📋 copy color: '#70497E'

red 112 ◦ green 73 ◦ blue 126

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

Shades of Affair #70497E

Tints of Affair #70497E

RGB

 RED value IS 112 (44.14% from 255) = 36.01%

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

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

R = 36.01%
G = 23.47%
B = 40.51%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70497E (or 0x70497E) is known color: Affair. HEX triplet: 70, 49 and 7E. RGB value is (112,73,126). Sum of RGB (Red+Green+Blue) = 112+73+126=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #70497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70497E is #8FB681. Grayscale: #5A5A5A. Windows color (decimal): -9418370 or 8276336. OLE color: 8276336.

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

Color convert

RGB 112 73 126 -
CMYK 0.11 0.42 0 0.51
HSL 284.15º 0.27% 0.39% -
HSV(B) 284.15º 0.42% 0.49% -
XYZ 12.83 9.72 20.94 -
YUV 90.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 112 73 126 0.11 0.42 0 0.51 284.15 0.27 0.39
Hex 70 49 7E B 2A 0 33 11C 1B 27
Octal 160 111 176 13 52 0 63 434 33 47
Binary 1110000 1001001 1111110 1011 101010 0 110011 100011100 11011 100111

Color Harmonies of #70497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70497E

Black with #70497E

Text Example


Text Example

White with #70497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,73,126); }

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

background-color css

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

 a { background-color: rgb(112,73,126); }

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

border-color css

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

 span { border-color: rgb(112,73,126); }

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