Html Css Color HEX #484648 Bossanova

📋 copy color: '#484648'

red 72 ◦ green 70 ◦ blue 72

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

Shades of Bossanova #484648

Tints of Bossanova #484648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 33.64%
G = 32.71%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#484648 (or 0x484648) is known color: Bossanova. HEX triplet: 48, 46 and 48. RGB value is (72,70,72). Sum of RGB (Red+Green+Blue) = 72+70+72=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484648 is #B7B9B7. Grayscale: #464646. Windows color (decimal): -12040632 or 4736584. OLE color: 4736584.

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

Color convert

RGB 72 70 72 -
CMYK 0 0.03 0 0.72
HSL 300º 0.01% 0.28% -
HSV(B) 300º 0.03% 0.28% -
XYZ 6.03 6.23 7.01 -
YUV 70.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 72 70 72 0 0.03 0 0.72 300 0.01 0.28
Hex 48 46 48 0 3 0 48 12C 1 1C
Octal 110 106 110 0 3 0 110 454 1 34
Binary 1001000 1000110 1001000 0 11 0 1001000 100101100 1 11100

Color Harmonies of #484648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484648

Black with #484648

Text Example


Text Example

White with #484648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484648; }

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

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

background-color css

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

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

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

border-color css

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

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

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