#443248

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

Shades of Bossanova #443248

Tints of Bossanova #443248

Color information

#443248 (or 0x443248) is unknown color: approx Bossanova. HEX triplet: 44, 32 and 48. RGB value is (68,50,72). Sum of RGB (Red+Green+Blue) = 68+50+72=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #443248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443248 is #BBCDB7. Grayscale: #393939. Windows color (decimal): -12307896 or 4731460. OLE color: 4731460.

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

Color convert

RGB685072-
CMYK0.060.3100.72
HSL289.09º18.03%23.92%-
HSV(B)289.09º30.56%28.24%-
XYZ4.693.986.65-
YUV57.89135.96135.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=35.79%
G=26.32%
B=37.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6850720.060.3100.72289.0918.0323.92
Hex44324861F0481211218
Octal1046211063701104412230
Binary1000100110010100100011011111010010001001000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443248; }

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

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

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

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

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

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

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

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