Html Css Color HEX #483F49 Bossanova

📋 copy color: '#483F49'

red 72 ◦ green 63 ◦ blue 73

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

Shades of Bossanova #483F49

Tints of Bossanova #483F49

RGB

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

 GREEN value IS 63 (25% from 255) = 30.29%

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

R = 34.62%
G = 30.29%
B = 35.1%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#483F49 (or 0x483F49) is known color: Bossanova. HEX triplet: 48, 3F and 49. RGB value is (72,63,73). Sum of RGB (Red+Green+Blue) = 72+63+73=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #483F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F49 is #B7C0B6. Grayscale: #424242. Windows color (decimal): -12042423 or 4800328. OLE color: 4800328.

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

Color convert

RGB 72 63 73 -
CMYK 0.01 0.14 0 0.71
HSL 294º 0.07% 0.27% -
HSV(B) 294º 0.14% 0.29% -
XYZ 5.65 5.41 7.05 -
YUV 66.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 72 63 73 0.01 0.14 0 0.71 294 0.07 0.27
Hex 48 3F 49 1 E 0 47 126 7 1B
Octal 110 77 111 1 16 0 107 446 7 33
Binary 1001000 111111 1001001 1 1110 0 1000111 100100110 111 11011

Color Harmonies of #483F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F49

Black with #483F49

Text Example


Text Example

White with #483F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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