Html Css Color HEX #483948 Bossanova

📋 copy color: '#483948'

red 72 ◦ green 57 ◦ blue 72

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

Shades of Bossanova #483948

Tints of Bossanova #483948

RGB

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

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

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

R = 35.82%
G = 28.36%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483948 (or 0x483948) is known color: Bossanova. HEX triplet: 48, 39 and 48. RGB value is (72,57,72). Sum of RGB (Red+Green+Blue) = 72+57+72=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483948 is #B7C6B7. Grayscale: #3F3F3F. Windows color (decimal): -12043960 or 4733256. OLE color: 4733256.

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

Color convert

RGB 72 57 72 -
CMYK 0 0.21 0 0.72
HSL 300º 0.12% 0.25% -
HSV(B) 300º 0.21% 0.28% -
XYZ 5.31 4.77 6.77 -
YUV 63.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 72 57 72 0 0.21 0 0.72 300 0.12 0.25
Hex 48 39 48 0 15 0 48 12C C 19
Octal 110 71 110 0 25 0 110 454 14 31
Binary 1001000 111001 1001000 0 10101 0 1001000 100101100 1100 11001

Color Harmonies of #483948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483948

Black with #483948

Text Example


Text Example

White with #483948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483948; }

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

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

background-color css

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

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

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

border-color css

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

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

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