#70708B

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

Shades of Scampi #70708B

Tints of Scampi #70708B

Color information

#70708B (or 0x70708B) is unknown color: approx Scampi. HEX triplet: 70, 70 and 8B. RGB value is (112,112,139). Sum of RGB (Red+Green+Blue) = 112+112+139=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #70708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70708B is #8F8F74. Grayscale: #727272. Windows color (decimal): -9408373 or 9138288. OLE color: 9138288.

HSL color Cylindrical-coordinate representation of color #70708B: hue angle of 240º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70708B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112112139-
CMYK0.190.1900.45
HSL240º10.76%49.22%-
HSV(B)240º19.42%54.51%-
XYZ17.1416.926.78-
YUV115.08141.5125.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=30.85%
G=30.85%
B=38.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121121390.190.1900.4524010.7649.22
Hex70708B131302Df0b31
Octal16016021323230553601361
Binary111000011100001000101110011100110101101111100001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,112,139); }

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

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

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

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

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

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

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