Html Css Color HEX #463547 Bossanova

📋 copy color: '#463547'

red 70 ◦ green 53 ◦ blue 71

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

Shades of Bossanova #463547

Tints of Bossanova #463547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 36.08%
G = 27.32%
B = 36.6%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463547 (or 0x463547) is known color: Bossanova. HEX triplet: 46, 35 and 47. RGB value is (70,53,71). Sum of RGB (Red+Green+Blue) = 70+53+71=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #463547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463547 is #B9CAB8. Grayscale: #3C3C3C. Windows color (decimal): -12176057 or 4666694. OLE color: 4666694.

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

Color convert

RGB 70 53 71 -
CMYK 0.01 0.25 0 0.72
HSL 296.67º 0.15% 0.24% -
HSV(B) 296.67º 0.25% 0.28% -
XYZ 4.94 4.3 6.53 -
YUV 60.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 70 53 71 0.01 0.25 0 0.72 296.67 0.15 0.24
Hex 46 35 47 1 19 0 48 129 F 18
Octal 106 65 107 1 31 0 110 451 17 30
Binary 1000110 110101 1000111 1 11001 0 1001000 100101001 1111 11000

Color Harmonies of #463547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463547

Black with #463547

Text Example


Text Example

White with #463547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463547; }

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

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

background-color css

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

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

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

border-color css

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

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

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