Html Css Color HEX #70465C Finn

📋 copy color: '#70465C'

red 112 ◦ green 70 ◦ blue 92

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

Shades of Finn #70465C

Tints of Finn #70465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 40.88%
G = 25.55%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70465C (or 0x70465C) is known color: Finn. HEX triplet: 70, 46 and 5C. RGB value is (112,70,92). Sum of RGB (Red+Green+Blue) = 112+70+92=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465C is #8FB9A3. Grayscale: #555555. Windows color (decimal): -9419172 or 6047344. OLE color: 6047344.

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

Color convert

RGB 112 70 92 -
CMYK 0 0.38 0.18 0.56
HSL 328.57º 0.23% 0.36% -
HSV(B) 328.57º 0.38% 0.44% -
XYZ 10.8 8.6 11.22 -
YUV 85.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 112 70 92 0 0.38 0.18 0.56 328.57 0.23 0.36
Hex 70 46 5C 0 26 12 38 149 17 24
Octal 160 106 134 0 46 22 70 511 27 44
Binary 1110000 1000110 1011100 0 100110 10010 111000 101001001 10111 100100

Color Harmonies of #70465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70465C

Black with #70465C

Text Example


Text Example

White with #70465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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