#4C3F4D

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

Shades of Bossanova #4C3F4D

Tints of Bossanova #4C3F4D

Color information

#4C3F4D (or 0x4C3F4D) is unknown color: approx Bossanova. HEX triplet: 4C, 3F and 4D. RGB value is (76,63,77). Sum of RGB (Red+Green+Blue) = 76+63+77=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C3F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3F4D is #B3C0B2. Grayscale: #444444. Windows color (decimal): -11780275 or 5062476. OLE color: 5062476.

HSL color Cylindrical-coordinate representation of color #4C3F4D: hue angle of 295.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C3F4D is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB766377-
CMYK0.010.1800.70
HSL295.71º10%27.45%-
HSV(B)295.71º18.18%30.2%-
XYZ6.15.637.79-
YUV68.48132.81133.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=35.19%
G=29.17%
B=35.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7663770.010.1800.70295.711027.45
Hex4C3F4D112046128a1b
Octal1147711512201064501233
Binary1001100111111100110111001001000110100101000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,77); }

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

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

 a { background-color: rgb(76,63,77); }

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

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

 span { border-color: rgb(76,63,77); }

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