#483348

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

Shades of Bossanova #483348

Tints of Bossanova #483348

Color information

#483348 (or 0x483348) is unknown color: approx Bossanova. HEX triplet: 48, 33 and 48. RGB value is (72,51,72). Sum of RGB (Red+Green+Blue) = 72+51+72=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483348 is #B7CCB7. Grayscale: #3B3B3B. Windows color (decimal): -12045496 or 4731720. OLE color: 4731720.

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

Color convert

RGB725172-
CMYK00.2900.72
HSL300º17.07%24.12%-
HSV(B)300º29.17%28.24%-
XYZ5.034.216.68-
YUV59.67134.96136.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=36.92%
G=26.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72517200.2900.7230017.0724.12
Hex48334801D04812c1118
Octal1106311003501104542130
Binary10010001100111001000011101010010001001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483348; }

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

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

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

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

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

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

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

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