#4C354D

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

Shades of Bossanova #4C354D

Tints of Bossanova #4C354D

Color information

#4C354D (or 0x4C354D) is unknown color: approx Bossanova. HEX triplet: 4C, 35 and 4D. RGB value is (76,53,77). Sum of RGB (Red+Green+Blue) = 76+53+77=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C354D is #B3CAB2. Grayscale: #3E3E3E. Windows color (decimal): -11782835 or 5059916. OLE color: 5059916.

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

Color convert

RGB765377-
CMYK0.010.3100.70
HSL297.5º18.46%25.49%-
HSV(B)297.5º31.17%30.2%-
XYZ5.594.627.62-
YUV62.61136.12137.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=36.89%
G=25.73%
B=37.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7653770.010.3100.70297.518.4625.49
Hex4C354D11F04612a1219
Octal1146511513701064522231
Binary10011001101011001101111111010001101001010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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