Html Css Color HEX #70496A Salt Box

📋 copy color: '#70496A'

red 112 ◦ green 73 ◦ blue 106

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

Shades of Salt Box #70496A

Tints of Salt Box #70496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 38.49%
G = 25.09%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70496A (or 0x70496A) is known color: Salt Box. HEX triplet: 70, 49 and 6A. RGB value is (112,73,106). Sum of RGB (Red+Green+Blue) = 112+73+106=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496A is #8FB695. Grayscale: #585858. Windows color (decimal): -9418390 or 6965616. OLE color: 6965616.

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

Color convert

RGB 112 73 106 -
CMYK 0 0.35 0.05 0.56
HSL 309.23º 0.21% 0.36% -
HSV(B) 309.23º 0.35% 0.44% -
XYZ 11.67 9.25 14.81 -
YUV 88.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 112 73 106 0 0.35 0.05 0.56 309.23 0.21 0.36
Hex 70 49 6A 0 23 5 38 135 15 24
Octal 160 111 152 0 43 5 70 465 25 44
Binary 1110000 1001001 1101010 0 100011 101 111000 100110101 10101 100100

Color Harmonies of #70496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70496A

Black with #70496A

Text Example


Text Example

White with #70496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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