#4C384F

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

Shades of Bossanova #4C384F

Tints of Bossanova #4C384F

Color information

#4C384F (or 0x4C384F) is unknown color: approx Bossanova. HEX triplet: 4C, 38 and 4F. RGB value is (76,56,79). Sum of RGB (Red+Green+Blue) = 76+56+79=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C384F is #B3C7B0. Grayscale: #404040. Windows color (decimal): -11782065 or 5191756. OLE color: 5191756.

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

Color convert

RGB765679-
CMYK0.040.2900.69
HSL292.17º17.04%26.47%-
HSV(B)292.17º29.11%30.98%-
XYZ5.814.938.04-
YUV64.6136.13136.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=36.02%
G=26.54%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7656790.040.2900.69292.1717.0426.47
Hex4C384F41D045124111a
Octal1147011743501054442132
Binary1001100111000100111110011101010001011001001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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