#70729B

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

Shades of Scampi #70729B

Tints of Scampi #70729B

Color information

#70729B (or 0x70729B) is unknown color: approx Scampi. HEX triplet: 70, 72 and 9B. RGB value is (112,114,155). Sum of RGB (Red+Green+Blue) = 112+114+155=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #70729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70729B is #8F8D64. Grayscale: #757575. Windows color (decimal): -9407845 or 10187376. OLE color: 10187376.

HSL color Cylindrical-coordinate representation of color #70729B: hue angle of 237.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70729B is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112114155-
CMYK0.280.2600.39
HSL237.21º17.7%52.35%-
HSV(B)237.21º27.74%60.78%-
XYZ18.6217.8533.47-
YUV118.08148.84123.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=29.40%
G=29.92%
B=40.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121141550.280.2600.39237.2117.752.35
Hex70729B1C1A027ed1234
Octal16016223334320473552264
Binary1110000111001010011011111001101001001111110110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,114,155); }

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

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

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

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

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

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

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