Html Css Color HEX #484748 Bossanova

📋 copy color: '#484748'

red 72 ◦ green 71 ◦ blue 72

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

Shades of Bossanova #484748

Tints of Bossanova #484748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.02%

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

R = 33.49%
G = 33.02%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#484748 (or 0x484748) is known color: Bossanova. HEX triplet: 48, 47 and 48. RGB value is (72,71,72). Sum of RGB (Red+Green+Blue) = 72+71+72=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484748 is #B7B8B7. Grayscale: #474747. Windows color (decimal): -12040376 or 4736840. OLE color: 4736840.

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

Color convert

RGB 72 71 72 -
CMYK 0 0.01 0 0.72
HSL 300º 0.01% 0.28% -
HSV(B) 300º 0.01% 0.28% -
XYZ 6.1 6.35 7.04 -
YUV 71.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 72 71 72 0 0.01 0 0.72 300 0.01 0.28
Hex 48 47 48 0 1 0 48 12C 1 1C
Octal 110 107 110 0 1 0 110 454 1 34
Binary 1001000 1000111 1001000 0 1 0 1001000 100101100 1 11100

Color Harmonies of #484748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484748

Black with #484748

Text Example


Text Example

White with #484748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484748; }

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

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

background-color css

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

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

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

border-color css

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

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

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