#443146

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

Shades of Bossanova #443146

Tints of Bossanova #443146

Color information

#443146 (or 0x443146) is unknown color: approx Bossanova. HEX triplet: 44, 31 and 46. RGB value is (68,49,70). Sum of RGB (Red+Green+Blue) = 68+49+70=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #443146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443146 is #BBCEB9. Grayscale: #393939. Windows color (decimal): -12308154 or 4600132. OLE color: 4600132.

HSL color Cylindrical-coordinate representation of color #443146: hue angle of 294.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #443146 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB684970-
CMYK0.030.3000.73
HSL294.29º17.65%23.33%-
HSV(B)294.29º30%27.45%-
XYZ4.593.876.3-
YUV57.08135.29135.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=36.36%
G=26.20%
B=37.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6849700.030.3000.73294.2917.6523.33
Hex44314631E0491261217
Octal1046110633601114462227
Binary100010011000110001101111110010010011001001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443146; }

 p { color: rgb(68,49,70); }

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

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

 a { background-color: rgb(68,49,70); }

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

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

 span { border-color: rgb(68,49,70); }

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