#70495A

Color #70495A Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #70495A

Tints of Finn #70495A

Color information

#70495A (or 0x70495A) is unknown color: approx Finn. HEX triplet: 70, 49 and 5A. RGB value is (112,73,90). Sum of RGB (Red+Green+Blue) = 112+73+90=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70495A is #8FB6A5. Grayscale: #565656. Windows color (decimal): -9418406 or 5917040. OLE color: 5917040.

HSL color Cylindrical-coordinate representation of color #70495A: hue angle of 333.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70495A is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1127390-
CMYK00.350.200.56
HSL333.85º21.08%36.27%-
HSV(B)333.85º34.82%43.92%-
XYZ10.918.9510.82-
YUV86.6129.92146.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=40.73%
G=26.55%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112739000.350.200.56333.8521.0836.27
Hex70495A023143814e1524
Octal16011113204324705162544
Binary11100001001001101101001000111010011100010100111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70495A; }

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

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

<style>
 a { background-color: #70495A; }

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

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

<style>
 span { border-color: #70495A; }

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

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