#453349

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

Shades of Bossanova #453349

Tints of Bossanova #453349

Color information

#453349 (or 0x453349) is unknown color: approx Bossanova. HEX triplet: 45, 33 and 49. RGB value is (69,51,73). Sum of RGB (Red+Green+Blue) = 69+51+73=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #453349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453349 is #BACCB6. Grayscale: #3A3A3A. Windows color (decimal): -12242103 or 4797253. OLE color: 4797253.

HSL color Cylindrical-coordinate representation of color #453349: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453349 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB695173-
CMYK0.050.3000.71
HSL289.09º17.74%24.31%-
HSV(B)289.09º30.14%28.63%-
XYZ4.844.116.84-
YUV58.89135.96135.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=35.75%
G=26.42%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6951730.050.3000.71289.0917.7424.31
Hex45334951E0471211218
Octal1056311153601074412230
Binary1000101110011100100110111110010001111001000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453349; }

 p { color: rgb(69,51,73); }

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

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

 a { background-color: rgb(69,51,73); }

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

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

 span { border-color: rgb(69,51,73); }

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