#423473

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

Shades of Minsk #423473

Tints of Minsk #423473

Color information

#423473 (or 0x423473) is unknown color: approx Minsk. HEX triplet: 42, 34 and 73. RGB value is (66,52,115). Sum of RGB (Red+Green+Blue) = 66+52+115=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #423473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423473 is #BDCB8C. Grayscale: #3F3F3F. Windows color (decimal): -12438413 or 7550018. OLE color: 7550018.

HSL color Cylindrical-coordinate representation of color #423473: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423473 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6652115-
CMYK0.430.5500.55
HSL253.33º37.72%32.75%-
HSV(B)253.33º54.78%45.1%-
XYZ6.574.8516.81-
YUV63.37157.14129.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=28.33%
G=22.32%
B=49.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66521150.430.5500.55253.3337.7232.75
Hex4234732B37037fd2621
Octal1026416353670673754641
Binary10000101101001110011101011110111011011111111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423473; }

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

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

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

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

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

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

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

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