#403676

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

Shades of Minsk #403676

Tints of Minsk #403676

Color information

#403676 (or 0x403676) is unknown color: approx Minsk. HEX triplet: 40, 36 and 76. RGB value is (64,54,118). Sum of RGB (Red+Green+Blue) = 64+54+118=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #403676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403676 is #BFC989. Grayscale: #404040. Windows color (decimal): -12568970 or 7747136. OLE color: 7747136.

HSL color Cylindrical-coordinate representation of color #403676: hue angle of 249.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403676 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6454118-
CMYK0.460.5400.54
HSL249.38º37.21%33.73%-
HSV(B)249.38º54.24%46.27%-
XYZ6.75.0417.76-
YUV64.29158.31127.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 118 (46.48% from 255) = 50%
R=27.12%
G=22.88%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64541180.460.5400.54249.3837.2133.73
Hex4036762E36036f92522
Octal1006616656660663714542
Binary10000001101101110110101110110110011011011111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403676; }

 p { color: rgb(64,54,118); }

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

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

 a { background-color: rgb(64,54,118); }

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

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

 span { border-color: rgb(64,54,118); }

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