Html Css Color HEX #484548 Bossanova

📋 copy color: '#484548'

red 72 ◦ green 69 ◦ blue 72

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

Shades of Bossanova #484548

Tints of Bossanova #484548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

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

R = 33.8%
G = 32.39%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#484548 (or 0x484548) is known color: Bossanova. HEX triplet: 48, 45 and 48. RGB value is (72,69,72). Sum of RGB (Red+Green+Blue) = 72+69+72=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484548 is #B7BAB7. Grayscale: #464646. Windows color (decimal): -12040888 or 4736328. OLE color: 4736328.

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

Color convert

RGB 72 69 72 -
CMYK 0 0.04 0 0.72
HSL 300º 0.02% 0.28% -
HSV(B) 300º 0.04% 0.28% -
XYZ 5.97 6.1 6.99 -
YUV 70.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 72 69 72 0 0.04 0 0.72 300 0.02 0.28
Hex 48 45 48 0 4 0 48 12C 2 1C
Octal 110 105 110 0 4 0 110 454 2 34
Binary 1001000 1000101 1001000 0 100 0 1001000 100101100 10 11100

Color Harmonies of #484548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484548

Black with #484548

Text Example


Text Example

White with #484548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484548; }

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

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

background-color css

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

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

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

border-color css

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

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

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