#48444A

Color #48444A Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #48444A

Tints of Bossanova #48444A

Color information

#48444A (or 0x48444A) is unknown color: approx Bossanova. HEX triplet: 48, 44 and 4A. RGB value is (72,68,74). Sum of RGB (Red+Green+Blue) = 72+68+74=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #48444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48444A is #B7BBB5. Grayscale: #454545. Windows color (decimal): -12041142 or 4867144. OLE color: 4867144.

HSL color Cylindrical-coordinate representation of color #48444A: hue angle of 280º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #48444A is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB726874-
CMYK0.030.0800.71
HSL280º4.23%27.84%-
HSV(B)280º8.11%29.02%-
XYZ5.986.017.32-
YUV69.88130.33129.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=33.64%
G=31.78%
B=34.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7268740.030.0800.712804.2327.84
Hex48444A3804711841c
Octal1101041123100107430434
Binary1001000100010010010101110000100011110001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48444A; }

 p { color: rgb(72,68,74); }

 H1.HeaderClassName
 {
   color: #48444A;
 }
 .AnyTagClassName
 {
   color: #48444A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #48444A;
 }
 .BgClassName
 {
   background-color: #48444A;
 }
</style>
border-color css

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

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

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