Html Css Color HEX #483949 Bossanova

📋 copy color: '#483949'

red 72 ◦ green 57 ◦ blue 73

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

Shades of Bossanova #483949

Tints of Bossanova #483949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.22%

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

R = 35.64%
G = 28.22%
B = 36.14%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#483949 (or 0x483949) is known color: Bossanova. HEX triplet: 48, 39 and 49. RGB value is (72,57,73). Sum of RGB (Red+Green+Blue) = 72+57+73=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #483949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483949 is #B7C6B6. Grayscale: #3F3F3F. Windows color (decimal): -12043959 or 4798792. OLE color: 4798792.

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

Color convert

RGB 72 57 73 -
CMYK 0.01 0.22 0 0.71
HSL 296.25º 0.12% 0.25% -
HSV(B) 296.25º 0.22% 0.29% -
XYZ 5.34 4.79 6.95 -
YUV 63.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 72 57 73 0.01 0.22 0 0.71 296.25 0.12 0.25
Hex 48 39 49 1 16 0 47 128 C 19
Octal 110 71 111 1 26 0 107 450 14 31
Binary 1001000 111001 1001001 1 10110 0 1000111 100101000 1100 11001

Color Harmonies of #483949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483949

Black with #483949

Text Example


Text Example

White with #483949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483949; }

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

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

background-color css

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

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

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

border-color css

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

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

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