#70454F

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

Shades of Finn #70454F

Tints of Finn #70454F

Color information

#70454F (or 0x70454F) is unknown color: approx Finn. HEX triplet: 70, 45 and 4F. RGB value is (112,69,79). Sum of RGB (Red+Green+Blue) = 112+69+79=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70454F is #8FBAB0. Grayscale: #535353. Windows color (decimal): -9419441 or 5195120. OLE color: 5195120.

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

Color convert

RGB1126979-
CMYK00.380.290.56
HSL346.05º23.76%35.49%-
HSV(B)346.05º38.39%43.92%-
XYZ10.228.278.45-
YUV83125.75148.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=43.08%
G=26.54%
B=30.38%

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
Decimal112697900.380.290.56346.0523.7635.49
Hex70454F0261D3815a1823
Octal16010511704635705323043
Binary11100001000101100111101001101110111100010101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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