#483648

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

Shades of Bossanova #483648

Tints of Bossanova #483648

Color information

#483648 (or 0x483648) is unknown color: approx Bossanova. HEX triplet: 48, 36 and 48. RGB value is (72,54,72). Sum of RGB (Red+Green+Blue) = 72+54+72=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483648 is #B7C9B7. Grayscale: #3D3D3D. Windows color (decimal): -12044728 or 4732488. OLE color: 4732488.

HSL color Cylindrical-coordinate representation of color #483648: hue angle of 300º 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 #483648 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB725472-
CMYK00.2500.72
HSL300º14.29%24.71%-
HSV(B)300º25%28.24%-
XYZ5.164.486.72-
YUV61.43133.96135.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72547200.2500.7230014.2924.71
Hex48364801904812ce19
Octal1106611003101104541631
Binary1001000110110100100001100101001000100101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483648; }

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

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

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

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

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

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

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

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