Html Css Color HEX #484149 Bossanova

📋 copy color: '#484149'

red 72 ◦ green 65 ◦ blue 73

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

Shades of Bossanova #484149

Tints of Bossanova #484149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 34.29%
G = 30.95%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484149 (or 0x484149) is known color: Bossanova. HEX triplet: 48, 41 and 49. RGB value is (72,65,73). Sum of RGB (Red+Green+Blue) = 72+65+73=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #484149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484149 is #B7BEB6. Grayscale: #434343. Windows color (decimal): -12041911 or 4800840. OLE color: 4800840.

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

Color convert

RGB 72 65 73 -
CMYK 0.01 0.11 0 0.71
HSL 292.5º 0.06% 0.27% -
HSV(B) 292.5º 0.11% 0.29% -
XYZ 5.77 5.64 7.09 -
YUV 68.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 72 65 73 0.01 0.11 0 0.71 292.5 0.06 0.27
Hex 48 41 49 1 B 0 47 124 6 1B
Octal 110 101 111 1 13 0 107 444 6 33
Binary 1001000 1000001 1001001 1 1011 0 1000111 100100100 110 11011

Color Harmonies of #484149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484149

Black with #484149

Text Example


Text Example

White with #484149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484149; }

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

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

background-color css

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

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

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

border-color css

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

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

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