#403463

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

Shades of Minsk #403463

Tints of Minsk #403463

Color information

#403463 (or 0x403463) is unknown color: approx Minsk. HEX triplet: 40, 34 and 63. RGB value is (64,52,99). Sum of RGB (Red+Green+Blue) = 64+52+99=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #403463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403463 is #BFCB9C. Grayscale: #3C3C3C. Windows color (decimal): -12569501 or 6501440. OLE color: 6501440.

HSL color Cylindrical-coordinate representation of color #403463: hue angle of 255.32º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403463 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB645299-
CMYK0.350.4700.61
HSL255.32º31.13%29.61%-
HSV(B)255.32º47.47%38.82%-
XYZ5.594.4512.37-
YUV60.95149.48130.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=29.77%
G=24.19%
B=46.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6452990.350.4700.61255.3231.1329.61
Hex403463232F03Dff1f1e
Octal1006414343570753773736
Binary100000011010011000111000111011110111101111111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403463; }

 p { color: rgb(64,52,99); }

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

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

 a { background-color: rgb(64,52,99); }

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

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

 span { border-color: rgb(64,52,99); }

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