#70464F

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

Shades of Finn #70464F

Tints of Finn #70464F

Color information

#70464F (or 0x70464F) is unknown color: approx Finn. HEX triplet: 70, 46 and 4F. RGB value is (112,70,79). Sum of RGB (Red+Green+Blue) = 112+70+79=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70464F is #8FB9B0. Grayscale: #535353. Windows color (decimal): -9419185 or 5195376. OLE color: 5195376.

HSL color Cylindrical-coordinate representation of color #70464F: hue angle of 347.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70464F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1127079-
CMYK00.380.290.56
HSL347.14º23.08%35.69%-
HSV(B)347.14º37.5%43.92%-
XYZ10.288.398.47-
YUV83.58125.41148.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=42.91%
G=26.82%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112707900.380.290.56347.1423.0835.69
Hex70464F0261D3815b1724
Octal16010611704635705332744
Binary11100001000110100111101001101110111100010101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70464F; }

 p { color: rgb(112,70,79); }

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

<style>
 a { background-color: #70464F; }

 a { background-color: rgb(112,70,79); }

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

<style>
 span { border-color: #70464F; }

 span { border-color: rgb(112,70,79); }

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