Html Css Color HEX #70848F Lynch

📋 copy color: '#70848F'

red 112 ◦ green 132 ◦ blue 143

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

Shades of Lynch #70848F

Tints of Lynch #70848F

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 value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70848F (or 0x70848F) is known color: 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

RGB 112 132 143 -
CMYK 0.22 0.08 0 0.44
HSL 201.29º 0.12% 0.5% -
HSV(B) 201.29º 0.22% 0.56% -
XYZ 19.89 21.93 29.17 -
YUV 127.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 112 132 143 0.22 0.08 0 0.44 201.29 0.12 0.5
Hex 70 84 8F 16 8 0 2C C9 C 32
Octal 160 204 217 26 10 0 54 311 14 62
Binary 1110000 10000100 10001111 10110 1000 0 101100 11001001 1100 110010

Color Harmonies of #70848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70848F

Black with #70848F

Text Example


Text Example

White with #70848F

Text Example


Text Example

HTML Codes & Css Web 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>