Html Css Color HEX #70465A Finn

📋 copy color: '#70465A'

red 112 ◦ green 70 ◦ blue 90

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

Shades of Finn #70465A

Tints of Finn #70465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 41.18%
G = 25.74%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70465A (or 0x70465A) is known color: Finn. HEX triplet: 70, 46 and 5A. RGB value is (112,70,90). Sum of RGB (Red+Green+Blue) = 112+70+90=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465A is #8FB9A5. Grayscale: #545454. Windows color (decimal): -9419174 or 5916272. OLE color: 5916272.

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

Color convert

RGB 112 70 90 -
CMYK 0 0.38 0.20 0.56
HSL 331.43º 0.23% 0.36% -
HSV(B) 331.43º 0.38% 0.44% -
XYZ 10.72 8.56 10.76 -
YUV 84.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 112 70 90 0 0.38 0.20 0.56 331.43 0.23 0.36
Hex 70 46 5A 0 26 14 38 14B 17 24
Octal 160 106 132 0 46 24 70 513 27 44
Binary 1110000 1000110 1011010 0 100110 10100 111000 101001011 10111 100100

Color Harmonies of #70465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70465A

Black with #70465A

Text Example


Text Example

White with #70465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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