#463448

Color #463448 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #463448

Tints of Bossanova #463448

Color information

#463448 (or 0x463448) is unknown color: approx Bossanova. HEX triplet: 46, 34 and 48. RGB value is (70,52,72). Sum of RGB (Red+Green+Blue) = 70+52+72=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #463448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463448 is #B9CBB7. Grayscale: #3B3B3B. Windows color (decimal): -12176312 or 4731974. OLE color: 4731974.

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

Color convert

RGB705272-
CMYK0.030.2800.72
HSL294º16.13%24.31%-
HSV(B)294º27.78%28.24%-
XYZ4.924.236.69-
YUV59.66134.96135.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=36.08%
G=26.80%
B=37.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7052720.030.2800.7229416.1324.31
Hex46344831C0481261018
Octal1066411033401104462030
Binary100011011010010010001111100010010001001001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463448; }

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

 H1.HeaderClassName
 {
   color: #463448;
 }
 .AnyTagClassName
 {
   color: #463448;
 }
</style>
background-color css

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

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

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

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

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

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