#473348

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

Shades of Bossanova #473348

Tints of Bossanova #473348

Color information

#473348 (or 0x473348) is unknown color: approx Bossanova. HEX triplet: 47, 33 and 48. RGB value is (71,51,72). Sum of RGB (Red+Green+Blue) = 71+51+72=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #473348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473348 is #B8CCB7. Grayscale: #3B3B3B. Windows color (decimal): -12111032 or 4731719. OLE color: 4731719.

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

Color convert

RGB715172-
CMYK0.010.2900.72
HSL297.14º17.07%24.12%-
HSV(B)297.14º29.17%28.24%-
XYZ4.954.186.68-
YUV59.37135.13136.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=36.60%
G=26.29%
B=37.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151720.010.2900.72297.1417.0724.12
Hex47334811D0481291118
Octal1076311013501104512130
Binary10001111100111001000111101010010001001010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473348; }

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

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

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

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

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

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

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

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