#70465C

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

Shades of Finn #70465C

Tints of Finn #70465C

Color information

#70465C (or 0x70465C) is unknown color: approx Finn. HEX triplet: 70, 46 and 5C. RGB value is (112,70,92). Sum of RGB (Red+Green+Blue) = 112+70+92=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465C is #8FB9A3. Grayscale: #555555. Windows color (decimal): -9419172 or 6047344. OLE color: 6047344.

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

Color convert

RGB1127092-
CMYK00.380.180.56
HSL328.57º23.08%35.69%-
HSV(B)328.57º37.5%43.92%-
XYZ10.88.611.22-
YUV85.07131.91147.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=40.88%
G=25.55%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112709200.380.180.56328.5723.0835.69
Hex70465C02612381491724
Octal16010613404622705112744
Binary11100001000110101110001001101001011100010100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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