#70465B

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

Shades of Finn #70465B

Tints of Finn #70465B

Color information

#70465B (or 0x70465B) is unknown color: approx Finn. HEX triplet: 70, 46 and 5B. RGB value is (112,70,91). Sum of RGB (Red+Green+Blue) = 112+70+91=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465B is #8FB9A4. Grayscale: #545454. Windows color (decimal): -9419173 or 5981808. OLE color: 5981808.

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

Color convert

RGB1127091-
CMYK00.380.190.56
HSL330º23.08%35.69%-
HSV(B)330º37.5%43.92%-
XYZ10.768.5810.99-
YUV84.95131.41147.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=41.03%
G=25.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112709100.380.190.5633023.0835.69
Hex70465B026133814a1724
Octal16010613304623705122744
Binary11100001000110101101101001101001111100010100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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