#483948

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

Shades of Bossanova #483948

Tints of Bossanova #483948

Color information

#483948 (or 0x483948) is unknown color: approx Bossanova. HEX triplet: 48, 39 and 48. RGB value is (72,57,72). Sum of RGB (Red+Green+Blue) = 72+57+72=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483948 is #B7C6B7. Grayscale: #3F3F3F. Windows color (decimal): -12043960 or 4733256. OLE color: 4733256.

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

Color convert

RGB725772-
CMYK00.2100.72
HSL300º11.63%25.29%-
HSV(B)300º20.83%28.24%-
XYZ5.314.776.77-
YUV63.19132.97134.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=35.82%
G=28.36%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72577200.2100.7230011.6325.29
Hex48394801504812cc19
Octal1107111002501104541431
Binary1001000111001100100001010101001000100101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483948; }

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

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

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

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

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

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

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

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