#463348

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

Shades of Bossanova #463348

Tints of Bossanova #463348

Color information

#463348 (or 0x463348) is unknown color: approx Bossanova. HEX triplet: 46, 33 and 48. RGB value is (70,51,72). Sum of RGB (Red+Green+Blue) = 70+51+72=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #463348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463348 is #B9CCB7. Grayscale: #3B3B3B. Windows color (decimal): -12176568 or 4731718. OLE color: 4731718.

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

Color convert

RGB705172-
CMYK0.030.2900.72
HSL294.29º17.07%24.12%-
HSV(B)294.29º29.17%28.24%-
XYZ4.884.146.67-
YUV59.08135.29135.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=36.27%
G=26.42%
B=37.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7051720.030.2900.72294.2917.0724.12
Hex46334831D0481261118
Octal1066311033501104462130
Binary100011011001110010001111101010010001001001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463348; }

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

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

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

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

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

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

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

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