#47344B

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

Shades of Bossanova #47344B

Tints of Bossanova #47344B

Color information

#47344B (or 0x47344B) is unknown color: approx Bossanova. HEX triplet: 47, 34 and 4B. RGB value is (71,52,75). Sum of RGB (Red+Green+Blue) = 71+52+75=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #47344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47344B is #B8CBB4. Grayscale: #3C3C3C. Windows color (decimal): -12110773 or 4928583. OLE color: 4928583.

HSL color Cylindrical-coordinate representation of color #47344B: hue angle of 289.57º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47344B is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB715275-
CMYK0.050.3100.71
HSL289.57º18.11%24.9%-
HSV(B)289.57º30.67%29.41%-
XYZ5.14.37.22-
YUV60.3136.29135.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=35.86%
G=26.26%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7152750.050.3100.71289.5718.1124.9
Hex47344B51F0471221219
Octal1076411353701074422231
Binary1000111110100100101110111111010001111001000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47344B; }

 p { color: rgb(71,52,75); }

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

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

 a { background-color: rgb(71,52,75); }

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

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

 span { border-color: rgb(71,52,75); }

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