Html Css Color HEX #484249 Bossanova

📋 copy color: '#484249'

red 72 ◦ green 66 ◦ blue 73

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

Shades of Bossanova #484249

Tints of Bossanova #484249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 34.12%
G = 31.28%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484249 (or 0x484249) is known color: Bossanova. HEX triplet: 48, 42 and 49. RGB value is (72,66,73). Sum of RGB (Red+Green+Blue) = 72+66+73=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #484249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484249 is #B7BDB6. Grayscale: #444444. Windows color (decimal): -12041655 or 4801096. OLE color: 4801096.

HSL color Cylindrical-coordinate representation of color #484249: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484249 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 66 73 -
CMYK 0.01 0.10 0 0.71
HSL 291.43º 0.05% 0.27% -
HSV(B) 291.43º 0.1% 0.29% -
XYZ 5.82 5.76 7.11 -
YUV 68.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 72 66 73 0.01 0.10 0 0.71 291.43 0.05 0.27
Hex 48 42 49 1 A 0 47 123 5 1B
Octal 110 102 111 1 12 0 107 443 5 33
Binary 1001000 1000010 1001001 1 1010 0 1000111 100100011 101 11011

Color Harmonies of #484249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484249

Black with #484249

Text Example


Text Example

White with #484249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484249; }

 p { color: rgb(72,66,73); }

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

background-color css

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

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

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

border-color css

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

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

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