Html Css Color HEX #70455B Finn

📋 copy color: '#70455B'

red 112 ◦ green 69 ◦ blue 91

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

Shades of Finn #70455B

Tints of Finn #70455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 41.18%
G = 25.37%
B = 33.46%

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

#70455B (or 0x70455B) is known color: Finn. HEX triplet: 70, 45 and 5B. RGB value is (112,69,91). Sum of RGB (Red+Green+Blue) = 112+69+91=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70455B is #8FBAA4. Grayscale: #545454. Windows color (decimal): -9419429 or 5981552. OLE color: 5981552.

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

Color convert

RGB 112 69 91 -
CMYK 0 0.38 0.19 0.56
HSL 329.3º 0.24% 0.35% -
HSV(B) 329.3º 0.38% 0.44% -
XYZ 10.7 8.46 10.97 -
YUV 84.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 112 69 91 0 0.38 0.19 0.56 329.3 0.24 0.35
Hex 70 45 5B 0 26 13 38 149 18 23
Octal 160 105 133 0 46 23 70 511 30 43
Binary 1110000 1000101 1011011 0 100110 10011 111000 101001001 11000 100011

Color Harmonies of #70455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70455B

Black with #70455B

Text Example


Text Example

White with #70455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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