Html Css Color HEX #483148 Bossanova

📋 copy color: '#483148'

red 72 ◦ green 49 ◦ blue 72

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

Shades of Bossanova #483148

Tints of Bossanova #483148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

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

R = 37.31%
G = 25.39%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483148 (or 0x483148) is known color: Bossanova. HEX triplet: 48, 31 and 48. RGB value is (72,49,72). Sum of RGB (Red+Green+Blue) = 72+49+72=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483148 is #B7CEB7. Grayscale: #3A3A3A. Windows color (decimal): -12046008 or 4731208. OLE color: 4731208.

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

Color convert

RGB 72 49 72 -
CMYK 0 0.32 0 0.72
HSL 300º 0.19% 0.24% -
HSV(B) 300º 0.32% 0.28% -
XYZ 4.94 4.04 6.65 -
YUV 58.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 72 49 72 0 0.32 0 0.72 300 0.19 0.24
Hex 48 31 48 0 20 0 48 12C 13 18
Octal 110 61 110 0 40 0 110 454 23 30
Binary 1001000 110001 1001000 0 100000 0 1001000 100101100 10011 11000

Color Harmonies of #483148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483148

Black with #483148

Text Example


Text Example

White with #483148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483148; }

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

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

background-color css

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

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

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

border-color css

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

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

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