#70838C

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

Shades of Lynch #70838C

Tints of Lynch #70838C

Color information

#70838C (or 0x70838C) is unknown color: approx Lynch. HEX triplet: 70, 83 and 8C. RGB value is (112,131,140). Sum of RGB (Red+Green+Blue) = 112+131+140=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #70838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70838C is #8F7C73. Grayscale: #7E7E7E. Windows color (decimal): -9403508 or 9208688. OLE color: 9208688.

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

Color convert

RGB112131140-
CMYK0.200.0600.45
HSL199.29º11.11%49.41%-
HSV(B)199.29º20%54.9%-
XYZ19.5321.5727.95-
YUV126.34135.71117.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=29.24%
G=34.20%
B=36.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121311400.200.0600.45199.2911.1149.41
Hex70838C14602Dc7b31
Octal1602032142460553071361
Binary11100001000001110001100101001100101101110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70838C; }

 p { color: rgb(112,131,140); }

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

<style>
 a { background-color: #70838C; }

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

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

<style>
 span { border-color: #70838C; }

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

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