#4B4150

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

Shades of Bossanova #4B4150

Tints of Bossanova #4B4150

Color information

#4B4150 (or 0x4B4150) is unknown color: approx Bossanova. HEX triplet: 4B, 41 and 50. RGB value is (75,65,80). Sum of RGB (Red+Green+Blue) = 75+65+80=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4150 is #B4BEAF. Grayscale: #454545. Windows color (decimal): -11845296 or 5259595. OLE color: 5259595.

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

Color convert

RGB756580-
CMYK0.060.1900.69
HSL280º10.34%28.43%-
HSV(B)280º18.75%31.37%-
XYZ6.245.868.39-
YUV69.7133.81131.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.09%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=34.09%
G=29.55%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7565800.060.1900.6928010.3428.43
Hex4B4150613045118a1c
Octal11310112062301054301234
Binary1001011100000110100001101001101000101100011000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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