#443C46

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

Shades of Bossanova #443C46

Tints of Bossanova #443C46

Color information

#443C46 (or 0x443C46) is unknown color: approx Bossanova. HEX triplet: 44, 3C and 46. RGB value is (68,60,70). Sum of RGB (Red+Green+Blue) = 68+60+70=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 70 - color contains mainly: blue. Hex color #443C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C46 is #BBC3B9. Grayscale: #3F3F3F. Windows color (decimal): -12305338 or 4602948. OLE color: 4602948.

HSL color Cylindrical-coordinate representation of color #443C46: hue angle of 288º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #443C46 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB686070-
CMYK0.030.1400.73
HSL288º7.69%25.49%-
HSV(B)288º14.29%27.45%-
XYZ5.114.96.47-
YUV63.53131.65131.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=34.34%
G=30.30%
B=35.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6860700.030.1400.732887.6925.49
Hex443C463E049120819
Octal1047410631601114401031
Binary1000100111100100011011111001001001100100000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443C46; }

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

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

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

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

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

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

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

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