Html Css Color HEX #484148 Bossanova

📋 copy color: '#484148'

red 72 ◦ green 65 ◦ blue 72

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

Shades of Bossanova #484148

Tints of Bossanova #484148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 34.45%
G = 31.1%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#484148 (or 0x484148) is known color: Bossanova. HEX triplet: 48, 41 and 48. RGB value is (72,65,72). Sum of RGB (Red+Green+Blue) = 72+65+72=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484148 is #B7BEB7. Grayscale: #434343. Windows color (decimal): -12041912 or 4735304. OLE color: 4735304.

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

Color convert

RGB 72 65 72 -
CMYK 0 0.10 0 0.72
HSL 300º 0.05% 0.27% -
HSV(B) 300º 0.1% 0.28% -
XYZ 5.73 5.63 6.91 -
YUV 67.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 72 65 72 0 0.10 0 0.72 300 0.05 0.27
Hex 48 41 48 0 A 0 48 12C 5 1B
Octal 110 101 110 0 12 0 110 454 5 33
Binary 1001000 1000001 1001000 0 1010 0 1001000 100101100 101 11011

Color Harmonies of #484148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484148

Black with #484148

Text Example


Text Example

White with #484148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484148; }

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

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

background-color css

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

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

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

border-color css

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

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

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