Html Css Color HEX #463449 Bossanova

📋 copy color: '#463449'

red 70 ◦ green 52 ◦ blue 73

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

Shades of Bossanova #463449

Tints of Bossanova #463449

RGB

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

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

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

R = 35.9%
G = 26.67%
B = 37.44%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#463449 (or 0x463449) is known color: Bossanova. HEX triplet: 46, 34 and 49. RGB value is (70,52,73). Sum of RGB (Red+Green+Blue) = 70+52+73=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #463449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463449 is #B9CBB6. Grayscale: #3B3B3B. Windows color (decimal): -12176311 or 4797510. OLE color: 4797510.

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

Color convert

RGB 70 52 73 -
CMYK 0.04 0.29 0 0.71
HSL 291.43º 0.17% 0.25% -
HSV(B) 291.43º 0.29% 0.29% -
XYZ 4.96 4.24 6.86 -
YUV 59.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 70 52 73 0.04 0.29 0 0.71 291.43 0.17 0.25
Hex 46 34 49 4 1D 0 47 123 11 19
Octal 106 64 111 4 35 0 107 443 21 31
Binary 1000110 110100 1001001 100 11101 0 1000111 100100011 10001 11001

Color Harmonies of #463449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463449

Black with #463449

Text Example


Text Example

White with #463449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463449; }

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

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

background-color css

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

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

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

border-color css

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

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

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