#413676

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

Shades of Minsk #413676

Tints of Minsk #413676

Color information

#413676 (or 0x413676) is unknown color: approx Minsk. HEX triplet: 41, 36 and 76. RGB value is (65,54,118). Sum of RGB (Red+Green+Blue) = 65+54+118=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #413676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413676 is #BEC989. Grayscale: #404040. Windows color (decimal): -12503434 or 7747137. OLE color: 7747137.

HSL color Cylindrical-coordinate representation of color #413676: hue angle of 250.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413676 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6554118-
CMYK0.450.5400.54
HSL250.31º37.21%33.73%-
HSV(B)250.31º54.24%46.27%-
XYZ6.775.0717.76-
YUV64.58158.14128.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=27.43%
G=22.78%
B=49.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65541180.450.5400.54250.3137.2133.73
Hex4136762D36036fa2522
Octal1016616655660663724542
Binary10000011101101110110101101110110011011011111010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413676; }

 p { color: rgb(65,54,118); }

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

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

 a { background-color: rgb(65,54,118); }

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

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

 span { border-color: rgb(65,54,118); }

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