#483949

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

Shades of Bossanova #483949

Tints of Bossanova #483949

Color information

#483949 (or 0x483949) is unknown color: approx Bossanova. HEX triplet: 48, 39 and 49. RGB value is (72,57,73). Sum of RGB (Red+Green+Blue) = 72+57+73=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #483949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483949 is #B7C6B6. Grayscale: #3F3F3F. Windows color (decimal): -12043959 or 4798792. OLE color: 4798792.

HSL color Cylindrical-coordinate representation of color #483949: hue angle of 296.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #483949 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB725773-
CMYK0.010.2200.71
HSL296.25º12.31%25.49%-
HSV(B)296.25º21.92%28.63%-
XYZ5.344.796.95-
YUV63.31133.47134.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=35.64%
G=28.22%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7257730.010.2200.71296.2512.3125.49
Hex483949116047128c19
Octal1107111112601074501431
Binary1001000111001100100111011001000111100101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483949; }

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

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

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

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

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

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

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

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