#413470

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

Shades of Minsk #413470

Tints of Minsk #413470

Color information

#413470 (or 0x413470) is unknown color: approx Minsk. HEX triplet: 41, 34 and 70. RGB value is (65,52,112). Sum of RGB (Red+Green+Blue) = 65+52+112=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #413470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413470 is #BECB8F. Grayscale: #3E3E3E. Windows color (decimal): -12503952 or 7353409. OLE color: 7353409.

HSL color Cylindrical-coordinate representation of color #413470: hue angle of 253º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413470 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6552112-
CMYK0.420.5400.56
HSL253º36.59%32.16%-
HSV(B)253º53.57%43.92%-
XYZ6.334.7515.91-
YUV62.73155.81129.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=28.38%
G=22.71%
B=48.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65521120.420.5400.5625336.5932.16
Hex4134702A36038fd2520
Octal1016416052660703754540
Binary10000011101001110000101010110110011100011111101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413470; }

 p { color: rgb(65,52,112); }

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

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

 a { background-color: rgb(65,52,112); }

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

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

 span { border-color: rgb(65,52,112); }

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