Html Css Color HEX #70465B Finn

📋 copy color: '#70465B'

red 112 ◦ green 70 ◦ blue 91

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

Shades of Finn #70465B

Tints of Finn #70465B

RGB

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

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

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

R = 41.03%
G = 25.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70465B (or 0x70465B) is known color: Finn. HEX triplet: 70, 46 and 5B. RGB value is (112,70,91). Sum of RGB (Red+Green+Blue) = 112+70+91=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465B is #8FB9A4. Grayscale: #545454. Windows color (decimal): -9419173 or 5981808. OLE color: 5981808.

HSL color Cylindrical-coordinate representation of color #70465B: hue angle of 330º 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 #70465B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 91 -
CMYK 0 0.38 0.19 0.56
HSL 330º 0.23% 0.36% -
HSV(B) 330º 0.38% 0.44% -
XYZ 10.76 8.58 10.99 -
YUV 84.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 112 70 91 0 0.38 0.19 0.56 330 0.23 0.36
Hex 70 46 5B 0 26 13 38 14A 17 24
Octal 160 106 133 0 46 23 70 512 27 44
Binary 1110000 1000110 1011011 0 100110 10011 111000 101001010 10111 100100

Color Harmonies of #70465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70465B

Black with #70465B

Text Example


Text Example

White with #70465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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