#4C364E

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

Shades of Bossanova #4C364E

Tints of Bossanova #4C364E

Color information

#4C364E (or 0x4C364E) is unknown color: approx Bossanova. HEX triplet: 4C, 36 and 4E. RGB value is (76,54,78). Sum of RGB (Red+Green+Blue) = 76+54+78=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C364E is #B3C9B1. Grayscale: #3F3F3F. Windows color (decimal): -11782578 or 5125708. OLE color: 5125708.

HSL color Cylindrical-coordinate representation of color #4C364E: hue angle of 295º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C364E is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB765478-
CMYK0.030.3100.69
HSL295º18.18%25.88%-
HSV(B)295º30.77%30.59%-
XYZ5.674.727.82-
YUV63.31136.29137.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.54%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=36.54%
G=25.96%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7654780.030.3100.6929518.1825.88
Hex4C364E31F045127121a
Octal1146611633701054472232
Binary100110011011010011101111111010001011001001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,54,78); }

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

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

 a { background-color: rgb(76,54,78); }

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

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

 span { border-color: rgb(76,54,78); }

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