#70494F

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

Shades of Tosca #70494F

Tints of Tosca #70494F

Color information

#70494F (or 0x70494F) is unknown color: approx Tosca. HEX triplet: 70, 49 and 4F. RGB value is (112,73,79). Sum of RGB (Red+Green+Blue) = 112+73+79=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #70494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70494F is #8FB6B0. Grayscale: #555555. Windows color (decimal): -9418417 or 5196144. OLE color: 5196144.

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

Color convert

RGB1127379-
CMYK00.350.290.56
HSL350.77º21.08%36.27%-
HSV(B)350.77º34.82%43.92%-
XYZ10.488.778.54-
YUV85.34124.42147.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=42.42%
G=27.65%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112737900.350.290.56350.7721.0836.27
Hex70494F0231D3815f1524
Octal16011111704335705372544
Binary11100001001001100111101000111110111100010101111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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