#4C384E

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

Shades of Bossanova #4C384E

Tints of Bossanova #4C384E

Color information

#4C384E (or 0x4C384E) is unknown color: approx Bossanova. HEX triplet: 4C, 38 and 4E. RGB value is (76,56,78). Sum of RGB (Red+Green+Blue) = 76+56+78=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C384E is #B3C7B1. Grayscale: #404040. Windows color (decimal): -11782066 or 5126220. OLE color: 5126220.

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

Color convert

RGB765678-
CMYK0.030.2800.69
HSL294.55º16.42%26.27%-
HSV(B)294.55º28.21%30.59%-
XYZ5.774.917.85-
YUV64.49135.63136.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.19%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=36.19%
G=26.67%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7656780.030.2800.69294.5516.4226.27
Hex4C384E31C045127101a
Octal1147011633401054472032
Binary100110011100010011101111100010001011001001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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