Html Css Color HEX #483848 Bossanova

📋 copy color: '#483848'

red 72 ◦ green 56 ◦ blue 72

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

Shades of Bossanova #483848

Tints of Bossanova #483848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28%

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

R = 36%
G = 28%
B = 36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483848 (or 0x483848) is known color: Bossanova. HEX triplet: 48, 38 and 48. RGB value is (72,56,72). Sum of RGB (Red+Green+Blue) = 72+56+72=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483848 is #B7C7B7. Grayscale: #3E3E3E. Windows color (decimal): -12044216 or 4733000. OLE color: 4733000.

HSL color Cylindrical-coordinate representation of color #483848: 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.22%. Process color model (Four color, CMYK) of #483848 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 72 -
CMYK 0 0.22 0 0.72
HSL 300º 0.13% 0.25% -
HSV(B) 300º 0.22% 0.28% -
XYZ 5.26 4.67 6.76 -
YUV 62.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 72 56 72 0 0.22 0 0.72 300 0.13 0.25
Hex 48 38 48 0 16 0 48 12C C 19
Octal 110 70 110 0 26 0 110 454 14 31
Binary 1001000 111000 1001000 0 10110 0 1001000 100101100 1100 11001

Color Harmonies of #483848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483848

Black with #483848

Text Example


Text Example

White with #483848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483848; }

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

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

background-color css

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

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

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

border-color css

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

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

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