#443446

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

Shades of Bossanova #443446

Tints of Bossanova #443446

Color information

#443446 (or 0x443446) is unknown color: approx Bossanova. HEX triplet: 44, 34 and 46. RGB value is (68,52,70). Sum of RGB (Red+Green+Blue) = 68+52+70=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: blue. Hex color #443446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443446 is #BBCBB9. Grayscale: #3A3A3A. Windows color (decimal): -12307386 or 4600900. OLE color: 4600900.

HSL color Cylindrical-coordinate representation of color #443446: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #443446 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB685270-
CMYK0.030.2600.73
HSL293.33º14.75%23.92%-
HSV(B)293.33º25.71%27.45%-
XYZ4.724.136.34-
YUV58.84134.3134.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=35.79%
G=27.37%
B=36.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6852700.030.2600.73293.3314.7523.92
Hex44344631A049125f18
Octal1046410633201114451730
Binary10001001101001000110111101001001001100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443446; }

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

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

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

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

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

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

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

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