Html Css Color HEX #463947 Bossanova

📋 copy color: '#463947'

red 70 ◦ green 57 ◦ blue 71

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

Shades of Bossanova #463947

Tints of Bossanova #463947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.79%

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 35.35%
G = 28.79%
B = 35.86%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463947 (or 0x463947) is known color: Bossanova. HEX triplet: 46, 39 and 47. RGB value is (70,57,71). Sum of RGB (Red+Green+Blue) = 70+57+71=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 71 - color contains mainly: blue. Hex color #463947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463947 is #B9C6B8. Grayscale: #3E3E3E. Windows color (decimal): -12175033 or 4667718. OLE color: 4667718.

HSL color Cylindrical-coordinate representation of color #463947: hue angle of 295.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #463947 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 57 71 -
CMYK 0.01 0.20 0 0.72
HSL 295.71º 0.11% 0.25% -
HSV(B) 295.71º 0.2% 0.28% -
XYZ 5.13 4.68 6.6 -
YUV 62.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 70 57 71 0.01 0.20 0 0.72 295.71 0.11 0.25
Hex 46 39 47 1 14 0 48 128 B 19
Octal 106 71 107 1 24 0 110 450 13 31
Binary 1000110 111001 1000111 1 10100 0 1001000 100101000 1011 11001

Color Harmonies of #463947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463947

Black with #463947

Text Example


Text Example

White with #463947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463947; }

 p { color: rgb(70,57,71); }

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

background-color css

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

 a { background-color: rgb(70,57,71); }

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

border-color css

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

 span { border-color: rgb(70,57,71); }

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