Html Css Color HEX #483448 Bossanova

📋 copy color: '#483448'

red 72 ◦ green 52 ◦ blue 72

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

Shades of Bossanova #483448

Tints of Bossanova #483448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

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

R = 36.73%
G = 26.53%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483448 (or 0x483448) is known color: Bossanova. HEX triplet: 48, 34 and 48. RGB value is (72,52,72). Sum of RGB (Red+Green+Blue) = 72+52+72=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483448 is #B7CBB7. Grayscale: #3C3C3C. Windows color (decimal): -12045240 or 4731976. OLE color: 4731976.

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

Color convert

RGB 72 52 72 -
CMYK 0 0.28 0 0.72
HSL 300º 0.16% 0.24% -
HSV(B) 300º 0.28% 0.28% -
XYZ 5.07 4.3 6.69 -
YUV 60.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 72 52 72 0 0.28 0 0.72 300 0.16 0.24
Hex 48 34 48 0 1C 0 48 12C 10 18
Octal 110 64 110 0 34 0 110 454 20 30
Binary 1001000 110100 1001000 0 11100 0 1001000 100101100 10000 11000

Color Harmonies of #483448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483448

Black with #483448

Text Example


Text Example

White with #483448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483448; }

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

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

background-color css

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

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

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

border-color css

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

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

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