#453246

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

Shades of Bossanova #453246

Tints of Bossanova #453246

Color information

#453246 (or 0x453246) is unknown color: approx Bossanova. HEX triplet: 45, 32 and 46. RGB value is (69,50,70). Sum of RGB (Red+Green+Blue) = 69+50+70=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #453246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453246 is #BACDB9. Grayscale: #393939. Windows color (decimal): -12242362 or 4600389. OLE color: 4600389.

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

Color convert

RGB695070-
CMYK0.010.2900.73
HSL297º16.67%23.53%-
HSV(B)297º28.57%27.45%-
XYZ4.73.996.32-
YUV57.96134.79135.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=36.51%
G=26.46%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6950700.010.2900.7329716.6723.53
Hex45324611D0491291118
Octal1056210613501114512130
Binary10001011100101000110111101010010011001010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453246; }

 p { color: rgb(69,50,70); }

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

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

 a { background-color: rgb(69,50,70); }

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

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

 span { border-color: rgb(69,50,70); }

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