#4B4350

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

Shades of Bossanova #4B4350

Tints of Bossanova #4B4350

Color information

#4B4350 (or 0x4B4350) is unknown color: approx Bossanova. HEX triplet: 4B, 43 and 50. RGB value is (75,67,80). Sum of RGB (Red+Green+Blue) = 75+67+80=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4350 is #B4BCAF. Grayscale: #464646. Windows color (decimal): -11844784 or 5260107. OLE color: 5260107.

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

Color convert

RGB756780-
CMYK0.060.1600.69
HSL276.92º8.84%28.82%-
HSV(B)276.92º16.25%31.37%-
XYZ6.366.098.43-
YUV70.87133.15130.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=33.78%
G=30.18%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7567800.060.1600.69276.928.8428.82
Hex4B435061004511591d
Octal11310312062001054251135
Binary1001011100001110100001101000001000101100010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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