#423471

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

Shades of Minsk #423471

Tints of Minsk #423471

Color information

#423471 (or 0x423471) is unknown color: approx Minsk. HEX triplet: 42, 34 and 71. RGB value is (66,52,113). Sum of RGB (Red+Green+Blue) = 66+52+113=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #423471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423471 is #BDCB8E. Grayscale: #3E3E3E. Windows color (decimal): -12438415 or 7418946. OLE color: 7418946.

HSL color Cylindrical-coordinate representation of color #423471: hue angle of 253.77º 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 #423471 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6652113-
CMYK0.420.5400.56
HSL253.77º36.97%32.35%-
HSV(B)253.77º53.98%44.31%-
XYZ6.464.8116.21-
YUV63.14156.14130.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=28.57%
G=22.51%
B=48.92%

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
Decimal66521130.420.5400.56253.7736.9732.35
Hex4234712A36038fe2520
Octal1026416152660703764540
Binary10000101101001110001101010110110011100011111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423471; }

 p { color: rgb(66,52,113); }

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

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

 a { background-color: rgb(66,52,113); }

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

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

 span { border-color: rgb(66,52,113); }

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