#403873

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

Shades of Minsk #403873

Tints of Minsk #403873

Color information

#403873 (or 0x403873) is unknown color: approx Minsk. HEX triplet: 40, 38 and 73. RGB value is (64,56,115). Sum of RGB (Red+Green+Blue) = 64+56+115=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #403873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403873 is #BFC78C. Grayscale: #404040. Windows color (decimal): -12568461 or 7551040. OLE color: 7551040.

HSL color Cylindrical-coordinate representation of color #403873: hue angle of 248.14º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403873 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6456115-
CMYK0.440.5100.55
HSL248.14º34.5%33.53%-
HSV(B)248.14º51.3%45.1%-
XYZ6.625.1616.87-
YUV65.12156.15127.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=27.23%
G=23.83%
B=48.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64561150.440.5100.55248.1434.533.53
Hex4038732C33037f82322
Octal1007016354630673704342
Binary10000001110001110011101100110011011011111111000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403873; }

 p { color: rgb(64,56,115); }

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

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

 a { background-color: rgb(64,56,115); }

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

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

 span { border-color: rgb(64,56,115); }

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