Html Css Color HEX #70485B Finn

📋 copy color: '#70485B'

red 112 ◦ green 72 ◦ blue 91

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

Shades of Finn #70485B

Tints of Finn #70485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 40.73%
G = 26.18%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70485B (or 0x70485B) is known color: Finn. HEX triplet: 70, 48 and 5B. RGB value is (112,72,91). Sum of RGB (Red+Green+Blue) = 112+72+91=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70485B is #8FB7A4. Grayscale: #565656. Windows color (decimal): -9418661 or 5982320. OLE color: 5982320.

HSL color Cylindrical-coordinate representation of color #70485B: hue angle of 331.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70485B is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 91 -
CMYK 0 0.36 0.19 0.56
HSL 331.5º 0.22% 0.36% -
HSV(B) 331.5º 0.36% 0.44% -
XYZ 10.89 8.83 11.03 -
YUV 86.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 112 72 91 0 0.36 0.19 0.56 331.5 0.22 0.36
Hex 70 48 5B 0 24 13 38 14C 16 24
Octal 160 110 133 0 44 23 70 514 26 44
Binary 1110000 1001000 1011011 0 100100 10011 111000 101001100 10110 100100

Color Harmonies of #70485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70485B

Black with #70485B

Text Example


Text Example

White with #70485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,72,91); }

 H1.HeaderClassName
 {
   color: #70485B;
 }
 .AnyTagClassName
 {
   color: #70485B;
 }
</style>

background-color css

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

 a { background-color: rgb(112,72,91); }

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

border-color css

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

 span { border-color: rgb(112,72,91); }

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