#70477B

Color #70477B Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #70477B

Tints of Affair #70477B

Color information

#70477B (or 0x70477B) is unknown color: approx Affair. HEX triplet: 70, 47 and 7B. RGB value is (112,71,123). Sum of RGB (Red+Green+Blue) = 112+71+123=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #70477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70477B is #8FB884. Grayscale: #595959. Windows color (decimal): -9418885 or 8079216. OLE color: 8079216.

HSL color Cylindrical-coordinate representation of color #70477B: hue angle of 287.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70477B is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11271123-
CMYK0.090.4200.52
HSL287.31º26.8%38.04%-
HSV(B)287.31º42.28%48.24%-
XYZ12.519.3819.89-
YUV89.19147.08144.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=36.60%
G=23.20%
B=40.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112711230.090.4200.52287.3126.838.04
Hex70477B92A03411f1b26
Octal16010717311520644373346
Binary1110000100011111110111001101010011010010001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70477B; }

 p { color: rgb(112,71,123); }

 H1.HeaderClassName
 {
   color: #70477B;
 }
 .AnyTagClassName
 {
   color: #70477B;
 }
</style>
background-color css

<style>
 a { background-color: #70477B; }

 a { background-color: rgb(112,71,123); }

 div.DivClassName
 {
   background-color: #70477B;
 }
 .BgClassName
 {
   background-color: #70477B;
 }
</style>
border-color css

<style>
 span { border-color: #70477B; }

 span { border-color: rgb(112,71,123); }

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