#443448

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

Shades of Bossanova #443448

Tints of Bossanova #443448

Color information

#443448 (or 0x443448) is unknown color: approx Bossanova. HEX triplet: 44, 34 and 48. RGB value is (68,52,72). Sum of RGB (Red+Green+Blue) = 68+52+72=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #443448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443448 is #BBCBB7. Grayscale: #3B3B3B. Windows color (decimal): -12307384 or 4731972. OLE color: 4731972.

HSL color Cylindrical-coordinate representation of color #443448: hue angle of 288º 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 #443448 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB685272-
CMYK0.060.2800.72
HSL288º16.13%24.31%-
HSV(B)288º27.78%28.24%-
XYZ4.784.156.68-
YUV59.06135.3134.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=35.42%
G=27.08%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6852720.060.2800.7228816.1324.31
Hex44344861C0481201018
Octal1046411063401104402030
Binary1000100110100100100011011100010010001001000001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443448; }

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

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

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

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

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

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

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

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