#4B3F50

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

Shades of Bossanova #4B3F50

Tints of Bossanova #4B3F50

Color information

#4B3F50 (or 0x4B3F50) is unknown color: approx Bossanova. HEX triplet: 4B, 3F and 50. RGB value is (75,63,80). Sum of RGB (Red+Green+Blue) = 75+63+80=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F50 is #B4C0AF. Grayscale: #444444. Windows color (decimal): -11845808 or 5259083. OLE color: 5259083.

HSL color Cylindrical-coordinate representation of color #4B3F50: hue angle of 282.35º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B3F50 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB756380-
CMYK0.060.2100.69
HSL282.35º11.89%28.04%-
HSV(B)282.35º21.25%31.37%-
XYZ6.135.638.35-
YUV68.53134.48132.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=34.40%
G=28.90%
B=36.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7563800.060.2100.69282.3511.8928.04
Hex4B3F5061504511ac1c
Octal1137712062501054321434
Binary100101111111110100001101010101000101100011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B3F50; }

 p { color: rgb(75,63,80); }

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

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

 a { background-color: rgb(75,63,80); }

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

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

 span { border-color: rgb(75,63,80); }

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