Html Css Color HEX #463349 Bossanova

📋 copy color: '#463349'

red 70 ◦ green 51 ◦ blue 73

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

Shades of Bossanova #463349

Tints of Bossanova #463349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

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

R = 36.08%
G = 26.29%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#463349 (or 0x463349) is known color: Bossanova. HEX triplet: 46, 33 and 49. RGB value is (70,51,73). Sum of RGB (Red+Green+Blue) = 70+51+73=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #463349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463349 is #B9CCB6. Grayscale: #3B3B3B. Windows color (decimal): -12176567 or 4797254. OLE color: 4797254.

HSL color Cylindrical-coordinate representation of color #463349: hue angle of 291.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463349 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 51 73 -
CMYK 0.04 0.30 0 0.71
HSL 291.82º 0.18% 0.24% -
HSV(B) 291.82º 0.3% 0.29% -
XYZ 4.91 4.15 6.85 -
YUV 59.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 70 51 73 0.04 0.30 0 0.71 291.82 0.18 0.24
Hex 46 33 49 4 1E 0 47 124 12 18
Octal 106 63 111 4 36 0 107 444 22 30
Binary 1000110 110011 1001001 100 11110 0 1000111 100100100 10010 11000

Color Harmonies of #463349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463349

Black with #463349

Text Example


Text Example

White with #463349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463349; }

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

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

background-color css

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

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

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

border-color css

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

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

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