#403869

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

Shades of Minsk #403869

Tints of Minsk #403869

Color information

#403869 (or 0x403869) is unknown color: approx Minsk. HEX triplet: 40, 38 and 69. RGB value is (64,56,105). Sum of RGB (Red+Green+Blue) = 64+56+105=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #403869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403869 is #BFC796. Grayscale: #3F3F3F. Windows color (decimal): -12568471 or 6895680. OLE color: 6895680.

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

Color convert

RGB6456105-
CMYK0.390.4700.59
HSL249.8º30.43%31.57%-
HSV(B)249.8º46.67%41.18%-
XYZ6.084.9414-
YUV63.98151.15128.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=28.44%
G=24.89%
B=46.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64561050.390.4700.59249.830.4331.57
Hex403869272F03Bfa1e20
Octal1007015147570733723640
Binary1000000111000110100110011110111101110111111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403869; }

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

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

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

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

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

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

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

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