#70848F

Color #70848F Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #70848F

Tints of Lynch #70848F

Color information

#70848F (or 0x70848F) is unknown color: approx Lynch. HEX triplet: 70, 84 and 8F. RGB value is (112,132,143). Sum of RGB (Red+Green+Blue) = 112+132+143=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #70848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70848F is #8F7B70. Grayscale: #7F7F7F. Windows color (decimal): -9403249 or 9405552. OLE color: 9405552.

HSL color Cylindrical-coordinate representation of color #70848F: hue angle of 201.29º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70848F is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112132143-
CMYK0.220.0800.44
HSL201.29º12.16%50%-
HSV(B)201.29º21.68%56.08%-
XYZ19.8921.9329.17-
YUV127.27136.87117.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=28.94%
G=34.11%
B=36.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121321430.220.0800.44201.2912.1650
Hex70848F16802Cc9c32
Octal16020421726100543111462
Binary111000010000100100011111011010000101100110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70848F; }

 p { color: rgb(112,132,143); }

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

<style>
 a { background-color: #70848F; }

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

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

<style>
 span { border-color: #70848F; }

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

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