Html Css Color HEX #463447 Bossanova

📋 copy color: '#463447'

red 70 ◦ green 52 ◦ blue 71

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

Shades of Bossanova #463447

Tints of Bossanova #463447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

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

R = 36.27%
G = 26.94%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463447 (or 0x463447) is known color: Bossanova. HEX triplet: 46, 34 and 47. RGB value is (70,52,71). Sum of RGB (Red+Green+Blue) = 70+52+71=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #463447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463447 is #B9CBB8. Grayscale: #3B3B3B. Windows color (decimal): -12176313 or 4666438. OLE color: 4666438.

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

Color convert

RGB 70 52 71 -
CMYK 0.01 0.27 0 0.72
HSL 296.84º 0.15% 0.24% -
HSV(B) 296.84º 0.27% 0.28% -
XYZ 4.89 4.21 6.52 -
YUV 59.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 70 52 71 0.01 0.27 0 0.72 296.84 0.15 0.24
Hex 46 34 47 1 1B 0 48 129 F 18
Octal 106 64 107 1 33 0 110 451 17 30
Binary 1000110 110100 1000111 1 11011 0 1001000 100101001 1111 11000

Color Harmonies of #463447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463447

Black with #463447

Text Example


Text Example

White with #463447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463447; }

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

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

background-color css

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

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

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

border-color css

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

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

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