Html Css Color HEX #483649 Bossanova

📋 copy color: '#483649'

red 72 ◦ green 54 ◦ blue 73

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

Shades of Bossanova #483649

Tints of Bossanova #483649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.14%

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

R = 36.18%
G = 27.14%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#483649 (or 0x483649) is known color: Bossanova. HEX triplet: 48, 36 and 49. RGB value is (72,54,73). Sum of RGB (Red+Green+Blue) = 72+54+73=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #483649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483649 is #B7C9B6. Grayscale: #3D3D3D. Windows color (decimal): -12044727 or 4798024. OLE color: 4798024.

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

Color convert

RGB 72 54 73 -
CMYK 0.01 0.26 0 0.71
HSL 296.84º 0.15% 0.25% -
HSV(B) 296.84º 0.26% 0.29% -
XYZ 5.19 4.5 6.9 -
YUV 61.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 72 54 73 0.01 0.26 0 0.71 296.84 0.15 0.25
Hex 48 36 49 1 1A 0 47 129 F 19
Octal 110 66 111 1 32 0 107 451 17 31
Binary 1001000 110110 1001001 1 11010 0 1000111 100101001 1111 11001

Color Harmonies of #483649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483649

Black with #483649

Text Example


Text Example

White with #483649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483649; }

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

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

background-color css

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

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

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

border-color css

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

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

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