#473248

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

Shades of Bossanova #473248

Tints of Bossanova #473248

Color information

#473248 (or 0x473248) is unknown color: approx Bossanova. HEX triplet: 47, 32 and 48. RGB value is (71,50,72). Sum of RGB (Red+Green+Blue) = 71+50+72=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #473248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473248 is #B8CDB7. Grayscale: #3A3A3A. Windows color (decimal): -12111288 or 4731463. OLE color: 4731463.

HSL color Cylindrical-coordinate representation of color #473248: hue angle of 297.27º 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 #473248 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB715072-
CMYK0.010.3100.72
HSL297.27º18.03%23.92%-
HSV(B)297.27º30.56%28.24%-
XYZ4.914.096.66-
YUV58.79135.46136.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=36.79%
G=25.91%
B=37.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7150720.010.3100.72297.2718.0323.92
Hex47324811F0481291218
Octal1076211013701104512230
Binary10001111100101001000111111010010001001010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473248; }

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

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

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

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

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

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

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

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