#403773

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

Shades of Minsk #403773

Tints of Minsk #403773

Color information

#403773 (or 0x403773) is unknown color: approx Minsk. HEX triplet: 40, 37 and 73. RGB value is (64,55,115). Sum of RGB (Red+Green+Blue) = 64+55+115=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #403773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403773 is #BFC88C. Grayscale: #404040. Windows color (decimal): -12568717 or 7550784. OLE color: 7550784.

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

Color convert

RGB6455115-
CMYK0.440.5200.55
HSL249º35.29%33.33%-
HSV(B)249º52.17%45.1%-
XYZ6.585.0616.85-
YUV64.53156.48127.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=27.35%
G=23.50%
B=49.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64551150.440.5200.5524935.2933.33
Hex4037732C34037f92321
Octal1006716354640673714341
Binary10000001101111110011101100110100011011111111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403773; }

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

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

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

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

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

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

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

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