#453B46

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

Shades of Bossanova #453B46

Tints of Bossanova #453B46

Color information

#453B46 (or 0x453B46) is unknown color: approx Bossanova. HEX triplet: 45, 3B and 46. RGB value is (69,59,70). Sum of RGB (Red+Green+Blue) = 69+59+70=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 59 (23.44% from 255 or 29.80% 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 #453B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B46 is #BAC4B9. Grayscale: #3F3F3F. Windows color (decimal): -12240058 or 4602693. OLE color: 4602693.

HSL color Cylindrical-coordinate representation of color #453B46: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #453B46 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB695970-
CMYK0.010.1600.73
HSL294.55º8.53%25.29%-
HSV(B)294.55º15.71%27.45%-
XYZ5.124.846.46-
YUV63.24131.81132.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=34.85%
G=29.80%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6959700.010.1600.73294.558.5325.29
Hex453B46110049127919
Octal1057310612001114471131
Binary1000101111011100011011000001001001100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453B46; }

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

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

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

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

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

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

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

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