Html Css Color HEX #483A48 Bossanova

📋 copy color: '#483A48'

red 72 ◦ green 58 ◦ blue 72

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

Shades of Bossanova #483A48

Tints of Bossanova #483A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.71%

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

R = 35.64%
G = 28.71%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483A48 (or 0x483A48) is known color: Bossanova. HEX triplet: 48, 3A and 48. RGB value is (72,58,72). Sum of RGB (Red+Green+Blue) = 72+58+72=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A48 is #B7C5B7. Grayscale: #3F3F3F. Windows color (decimal): -12043704 or 4733512. OLE color: 4733512.

HSL color Cylindrical-coordinate representation of color #483A48: hue angle of 300º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A48 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 72 -
CMYK 0 0.19 0 0.72
HSL 300º 0.11% 0.25% -
HSV(B) 300º 0.19% 0.28% -
XYZ 5.36 4.87 6.79 -
YUV 63.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 72 58 72 0 0.19 0 0.72 300 0.11 0.25
Hex 48 3A 48 0 13 0 48 12C B 19
Octal 110 72 110 0 23 0 110 454 13 31
Binary 1001000 111010 1001000 0 10011 0 1001000 100101100 1011 11001

Color Harmonies of #483A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A48

Black with #483A48

Text Example


Text Example

White with #483A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,72); }

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

background-color css

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

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

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

border-color css

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

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

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