Html Css Color HEX #463E49 Bossanova

📋 copy color: '#463E49'

red 70 ◦ green 62 ◦ blue 73

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

Shades of Bossanova #463E49

Tints of Bossanova #463E49

RGB

 RED value IS 70 (27.73% from 255) = 34.15%

 GREEN value IS 62 (24.61% from 255) = 30.24%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 34.15%
G = 30.24%
B = 35.61%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#463E49 (or 0x463E49) is known color: Bossanova. HEX triplet: 46, 3E and 49. RGB value is (70,62,73). Sum of RGB (Red+Green+Blue) = 70+62+73=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #463E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E49 is #B9C1B6. Grayscale: #414141. Windows color (decimal): -12173751 or 4800070. OLE color: 4800070.

HSL color Cylindrical-coordinate representation of color #463E49: hue angle of 283.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #463E49 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 62 73 -
CMYK 0.04 0.15 0 0.71
HSL 283.64º 0.08% 0.26% -
HSV(B) 283.64º 0.15% 0.29% -
XYZ 5.45 5.23 7.03 -
YUV 65.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 70 62 73 0.04 0.15 0 0.71 283.64 0.08 0.26
Hex 46 3E 49 4 F 0 47 11C 8 1A
Octal 106 76 111 4 17 0 107 434 10 32
Binary 1000110 111110 1001001 100 1111 0 1000111 100011100 1000 11010

Color Harmonies of #463E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E49

Black with #463E49

Text Example


Text Example

White with #463E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463E49; }

 p { color: rgb(70,62,73); }

 H1.HeaderClassName
 {
   color: #463E49;
 }
 .AnyTagClassName
 {
   color: #463E49;
 }
</style>

background-color css

<style>
 a { background-color: #463E49; }

 a { background-color: rgb(70,62,73); }

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

border-color css

<style>
 span { border-color: #463E49; }

 span { border-color: rgb(70,62,73); }

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