#453C48

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

Shades of Bossanova #453C48

Tints of Bossanova #453C48

Color information

#453C48 (or 0x453C48) is unknown color: approx Bossanova. HEX triplet: 45, 3C and 48. RGB value is (69,60,72). Sum of RGB (Red+Green+Blue) = 69+60+72=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: blue. Hex color #453C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C48 is #BAC3B7. Grayscale: #404040. Windows color (decimal): -12239800 or 4734021. OLE color: 4734021.

HSL color Cylindrical-coordinate representation of color #453C48: hue angle of 285º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #453C48 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB696072-
CMYK0.040.1700.72
HSL285º9.09%25.88%-
HSV(B)285º16.67%28.24%-
XYZ5.244.966.81-
YUV64.06132.48131.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=34.33%
G=29.85%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6960720.040.1700.722859.0925.88
Hex453C4841104811d91a
Octal1057411042101104351132
Binary100010111110010010001001000101001000100011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,72); }

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

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

 a { background-color: rgb(69,60,72); }

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

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

 span { border-color: rgb(69,60,72); }

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