#403469

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

Shades of Minsk #403469

Tints of Minsk #403469

Color information

#403469 (or 0x403469) is unknown color: approx Minsk. HEX triplet: 40, 34 and 69. RGB value is (64,52,105). Sum of RGB (Red+Green+Blue) = 64+52+105=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #403469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403469 is #BFCB96. Grayscale: #3D3D3D. Windows color (decimal): -12569495 or 6894656. OLE color: 6894656.

HSL color Cylindrical-coordinate representation of color #403469: hue angle of 253.58º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403469 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6452105-
CMYK0.390.5000.59
HSL253.58º33.76%30.78%-
HSV(B)253.58º50.48%41.18%-
XYZ5.894.5713.94-
YUV61.63152.48129.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=28.96%
G=23.53%
B=47.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64521050.390.5000.59253.5833.7630.78
Hex403469273203Bfe221f
Octal1006415147620733764237
Binary1000000110100110100110011111001001110111111111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403469; }

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

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

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

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

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

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

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

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