#4C4550

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

Shades of Bossanova #4C4550

Tints of Bossanova #4C4550

Color information

#4C4550 (or 0x4C4550) is unknown color: approx Bossanova. HEX triplet: 4C, 45 and 50. RGB value is (76,69,80). Sum of RGB (Red+Green+Blue) = 76+69+80=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4550 is #B3BAAF. Grayscale: #484848. Windows color (decimal): -11778736 or 5260620. OLE color: 5260620.

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

Color convert

RGB766980-
CMYK0.050.1400.69
HSL278.18º7.38%29.22%-
HSV(B)278.18º13.75%31.37%-
XYZ6.566.378.47-
YUV72.35132.32130.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=33.78%
G=30.67%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7669800.050.1400.69278.187.3829.22
Hex4C45505E04511671d
Octal1141051205160105426735
Binary10011001000101101000010111100100010110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,80); }

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

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

 a { background-color: rgb(76,69,80); }

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

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

 span { border-color: rgb(76,69,80); }

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