Html Css Color HEX #70495A Finn

📋 copy color: '#70495A'

red 112 ◦ green 73 ◦ blue 90

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

Shades of Finn #70495A

Tints of Finn #70495A

RGB

 RED value IS 112 (44.14% from 255) = 40.73%

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 40.73%
G = 26.55%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70495A (or 0x70495A) is known color: Finn. HEX triplet: 70, 49 and 5A. RGB value is (112,73,90). Sum of RGB (Red+Green+Blue) = 112+73+90=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70495A is #8FB6A5. Grayscale: #565656. Windows color (decimal): -9418406 or 5917040. OLE color: 5917040.

HSL color Cylindrical-coordinate representation of color #70495A: hue angle of 333.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70495A is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 90 -
CMYK 0 0.35 0.20 0.56
HSL 333.85º 0.21% 0.36% -
HSV(B) 333.85º 0.35% 0.44% -
XYZ 10.91 8.95 10.82 -
YUV 86.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 112 73 90 0 0.35 0.20 0.56 333.85 0.21 0.36
Hex 70 49 5A 0 23 14 38 14E 15 24
Octal 160 111 132 0 43 24 70 516 25 44
Binary 1110000 1001001 1011010 0 100011 10100 111000 101001110 10101 100100

Color Harmonies of #70495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70495A

Black with #70495A

Text Example


Text Example

White with #70495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70495A; }

 p { color: rgb(112,73,90); }

 H1.HeaderClassName
 {
   color: #70495A;
 }
 .AnyTagClassName
 {
   color: #70495A;
 }
</style>

background-color css

<style>
 a { background-color: #70495A; }

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

 div.DivClassName
 {
   background-color: #70495A;
 }
 .BgClassName
 {
   background-color: #70495A;
 }
</style>

border-color css

<style>
 span { border-color: #70495A; }

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

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