Html Css Color HEX #70486A Salt Box

📋 copy color: '#70486A'

red 112 ◦ green 72 ◦ blue 106

#70486A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #70486A

Tints of Salt Box #70486A

RGB

 RED value IS 112 (44.14% from 255) = 38.62%

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 38.62%
G = 24.83%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70486A (or 0x70486A) is known color: Salt Box. HEX triplet: 70, 48 and 6A. RGB value is (112,72,106). Sum of RGB (Red+Green+Blue) = 112+72+106=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70486A is #8FB795. Grayscale: #575757. Windows color (decimal): -9418646 or 6965360. OLE color: 6965360.

HSL color Cylindrical-coordinate representation of color #70486A: hue angle of 309º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70486A is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 106 -
CMYK 0 0.36 0.05 0.56
HSL 309º 0.22% 0.36% -
HSV(B) 309º 0.36% 0.44% -
XYZ 11.6 9.12 14.78 -
YUV 87.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 112 72 106 0 0.36 0.05 0.56 309 0.22 0.36
Hex 70 48 6A 0 24 5 38 135 16 24
Octal 160 110 152 0 44 5 70 465 26 44
Binary 1110000 1001000 1101010 0 100100 101 111000 100110101 10110 100100

Color Harmonies of #70486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70486A

Black with #70486A

Text Example


Text Example

White with #70486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70486A; }

 p { color: rgb(112,72,106); }

 H1.HeaderClassName
 {
   color: #70486A;
 }
 .AnyTagClassName
 {
   color: #70486A;
 }
</style>

background-color css

<style>
 a { background-color: #70486A; }

 a { background-color: rgb(112,72,106); }

 div.DivClassName
 {
   background-color: #70486A;
 }
 .BgClassName
 {
   background-color: #70486A;
 }
</style>

border-color css

<style>
 span { border-color: #70486A; }

 span { border-color: rgb(112,72,106); }

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