#70465A

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

Shades of Finn #70465A

Tints of Finn #70465A

Color information

#70465A (or 0x70465A) is unknown color: approx Finn. HEX triplet: 70, 46 and 5A. RGB value is (112,70,90). Sum of RGB (Red+Green+Blue) = 112+70+90=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465A is #8FB9A5. Grayscale: #545454. Windows color (decimal): -9419174 or 5916272. OLE color: 5916272.

HSL color Cylindrical-coordinate representation of color #70465A: hue angle of 331.43º 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 #70465A is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1127090-
CMYK00.380.200.56
HSL331.43º23.08%35.69%-
HSV(B)331.43º37.5%43.92%-
XYZ10.728.5610.76-
YUV84.84130.91147.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=41.18%
G=25.74%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112709000.380.200.56331.4323.0835.69
Hex70465A026143814b1724
Octal16010613204624705132744
Binary11100001000110101101001001101010011100010100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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