#483448

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

Shades of Bossanova #483448

Tints of Bossanova #483448

Color information

#483448 (or 0x483448) is unknown color: approx Bossanova. HEX triplet: 48, 34 and 48. RGB value is (72,52,72). Sum of RGB (Red+Green+Blue) = 72+52+72=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483448 is #B7CBB7. Grayscale: #3C3C3C. Windows color (decimal): -12045240 or 4731976. OLE color: 4731976.

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

Color convert

RGB725272-
CMYK00.2800.72
HSL300º16.13%24.31%-
HSV(B)300º27.78%28.24%-
XYZ5.074.36.69-
YUV60.26134.63136.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=36.73%
G=26.53%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72527200.2800.7230016.1324.31
Hex48344801C04812c1018
Octal1106411003401104542030
Binary10010001101001001000011100010010001001011001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483448; }

 p { color: rgb(72,52,72); }

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

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

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

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

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

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

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