#70485B

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

Shades of Finn #70485B

Tints of Finn #70485B

Color information

#70485B (or 0x70485B) is unknown color: approx Finn. HEX triplet: 70, 48 and 5B. RGB value is (112,72,91). Sum of RGB (Red+Green+Blue) = 112+72+91=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70485B is #8FB7A4. Grayscale: #565656. Windows color (decimal): -9418661 or 5982320. OLE color: 5982320.

HSL color Cylindrical-coordinate representation of color #70485B: hue angle of 331.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70485B is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1127291-
CMYK00.360.190.56
HSL331.5º21.74%36.08%-
HSV(B)331.5º35.71%43.92%-
XYZ10.898.8311.03-
YUV86.13130.75146.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=40.73%
G=26.18%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112729100.360.190.56331.521.7436.08
Hex70485B024133814c1624
Octal16011013304423705142644
Binary11100001001000101101101001001001111100010100110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,72,91); }

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

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

 a { background-color: rgb(112,72,91); }

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

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

 span { border-color: rgb(112,72,91); }

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