Html Css Color HEX #483748 Bossanova

📋 copy color: '#483748'

red 72 ◦ green 55 ◦ blue 72

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

Shades of Bossanova #483748

Tints of Bossanova #483748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

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

R = 36.18%
G = 27.64%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483748 (or 0x483748) is known color: Bossanova. HEX triplet: 48, 37 and 48. RGB value is (72,55,72). Sum of RGB (Red+Green+Blue) = 72+55+72=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483748 is #B7C8B7. Grayscale: #3D3D3D. Windows color (decimal): -12044472 or 4732744. OLE color: 4732744.

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

Color convert

RGB 72 55 72 -
CMYK 0 0.24 0 0.72
HSL 300º 0.13% 0.25% -
HSV(B) 300º 0.24% 0.28% -
XYZ 5.21 4.58 6.74 -
YUV 62.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 72 55 72 0 0.24 0 0.72 300 0.13 0.25
Hex 48 37 48 0 18 0 48 12C D 19
Octal 110 67 110 0 30 0 110 454 15 31
Binary 1001000 110111 1001000 0 11000 0 1001000 100101100 1101 11001

Color Harmonies of #483748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483748

Black with #483748

Text Example


Text Example

White with #483748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483748; }

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

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

background-color css

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

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

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

border-color css

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

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

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