Html Css Color HEX #483548 Bossanova

📋 copy color: '#483548'

red 72 ◦ green 53 ◦ blue 72

#483548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #483548

Tints of Bossanova #483548

RGB

 RED value IS 72 (28.52% from 255) = 36.55%

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 36.55%
G = 26.9%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483548 (or 0x483548) is known color: Bossanova. HEX triplet: 48, 35 and 48. RGB value is (72,53,72). Sum of RGB (Red+Green+Blue) = 72+53+72=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483548 is #B7CAB7. Grayscale: #3C3C3C. Windows color (decimal): -12044984 or 4732232. OLE color: 4732232.

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

Color convert

RGB 72 53 72 -
CMYK 0 0.26 0 0.72
HSL 300º 0.15% 0.25% -
HSV(B) 300º 0.26% 0.28% -
XYZ 5.12 4.39 6.71 -
YUV 60.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 72 53 72 0 0.26 0 0.72 300 0.15 0.25
Hex 48 35 48 0 1A 0 48 12C F 19
Octal 110 65 110 0 32 0 110 454 17 31
Binary 1001000 110101 1001000 0 11010 0 1001000 100101100 1111 11001

Color Harmonies of #483548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483548

Black with #483548

Text Example


Text Example

White with #483548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483548; }

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

 H1.HeaderClassName
 {
   color: #483548;
 }
 .AnyTagClassName
 {
   color: #483548;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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