#48434A

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

Shades of Bossanova #48434A

Tints of Bossanova #48434A

Color information

#48434A (or 0x48434A) is unknown color: approx Bossanova. HEX triplet: 48, 43 and 4A. RGB value is (72,67,74). Sum of RGB (Red+Green+Blue) = 72+67+74=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 74 - color contains mainly: blue. Hex color #48434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48434A is #B7BCB5. Grayscale: #454545. Windows color (decimal): -12041398 or 4866888. OLE color: 4866888.

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

Color convert

RGB726774-
CMYK0.030.0900.71
HSL282.86º4.96%27.65%-
HSV(B)282.86º9.46%29.02%-
XYZ5.925.897.3-
YUV69.29130.66129.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=33.80%
G=31.46%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7267740.030.0900.71282.864.9627.65
Hex48434A3904711b51c
Octal1101031123110107433534
Binary1001000100001110010101110010100011110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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