Html Css Color HEX #483248 Bossanova

📋 copy color: '#483248'

red 72 ◦ green 50 ◦ blue 72

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

Shades of Bossanova #483248

Tints of Bossanova #483248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

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

R = 37.11%
G = 25.77%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483248 (or 0x483248) is known color: Bossanova. HEX triplet: 48, 32 and 48. RGB value is (72,50,72). Sum of RGB (Red+Green+Blue) = 72+50+72=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483248 is #B7CDB7. Grayscale: #3B3B3B. Windows color (decimal): -12045752 or 4731464. OLE color: 4731464.

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

Color convert

RGB 72 50 72 -
CMYK 0 0.31 0 0.72
HSL 300º 0.18% 0.24% -
HSV(B) 300º 0.31% 0.28% -
XYZ 4.98 4.13 6.66 -
YUV 59.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 72 50 72 0 0.31 0 0.72 300 0.18 0.24
Hex 48 32 48 0 1F 0 48 12C 12 18
Octal 110 62 110 0 37 0 110 454 22 30
Binary 1001000 110010 1001000 0 11111 0 1001000 100101100 10010 11000

Color Harmonies of #483248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483248

Black with #483248

Text Example


Text Example

White with #483248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483248; }

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

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

background-color css

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

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

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

border-color css

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

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

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