#4C4450

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

Shades of Bossanova #4C4450

Tints of Bossanova #4C4450

Color information

#4C4450 (or 0x4C4450) is unknown color: approx Bossanova. HEX triplet: 4C, 44 and 50. RGB value is (76,68,80). Sum of RGB (Red+Green+Blue) = 76+68+80=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4450 is #B3BBAF. Grayscale: #474747. Windows color (decimal): -11778992 or 5260364. OLE color: 5260364.

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

Color convert

RGB766880-
CMYK0.050.1500.69
HSL280º8.11%29.02%-
HSV(B)280º15%31.37%-
XYZ6.56.258.45-
YUV71.76132.65131.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=33.93%
G=30.36%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7668800.050.1500.692808.1129.02
Hex4C44505F04511881d
Octal11410412051701054301035
Binary100110010001001010000101111101000101100011000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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