#453648

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

Shades of Bossanova #453648

Tints of Bossanova #453648

Color information

#453648 (or 0x453648) is unknown color: approx Bossanova. HEX triplet: 45, 36 and 48. RGB value is (69,54,72). Sum of RGB (Red+Green+Blue) = 69+54+72=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #453648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453648 is #BAC9B7. Grayscale: #3C3C3C. Windows color (decimal): -12241336 or 4732485. OLE color: 4732485.

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

Color convert

RGB695472-
CMYK0.040.2500.72
HSL290º14.29%24.71%-
HSV(B)290º25%28.24%-
XYZ4.944.376.71-
YUV60.54134.47134.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=35.38%
G=27.69%
B=36.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6954720.040.2500.7229014.2924.71
Hex453648419048122e19
Octal1056611043101104421631
Binary100010111011010010001001100101001000100100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453648; }

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

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

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

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

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

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

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

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