#70496B

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

Shades of Salt Box #70496B

Tints of Salt Box #70496B

Color information

#70496B (or 0x70496B) is unknown color: approx Salt Box. HEX triplet: 70, 49 and 6B. RGB value is (112,73,107). Sum of RGB (Red+Green+Blue) = 112+73+107=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496B is #8FB694. Grayscale: #585858. Windows color (decimal): -9418389 or 7031152. OLE color: 7031152.

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

Color convert

RGB11273107-
CMYK00.350.040.56
HSL307.69º21.08%36.27%-
HSV(B)307.69º34.82%43.92%-
XYZ11.729.2715.08-
YUV88.54138.42144.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=38.36%
G=25%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127310700.350.040.56307.6921.0836.27
Hex70496B0234381341524
Octal1601111530434704642544
Binary111000010010011101011010001110011100010011010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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