#423A6C

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

Shades of Minsk #423A6C

Tints of Minsk #423A6C

Color information

#423A6C (or 0x423A6C) is unknown color: approx Minsk. HEX triplet: 42, 3A and 6C. RGB value is (66,58,108). Sum of RGB (Red+Green+Blue) = 66+58+108=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #423A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A6C is #BDC593. Grayscale: #414141. Windows color (decimal): -12436884 or 7092802. OLE color: 7092802.

HSL color Cylindrical-coordinate representation of color #423A6C: hue angle of 249.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #423A6C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6658108-
CMYK0.390.4600.58
HSL249.6º30.12%32.55%-
HSV(B)249.6º46.3%42.35%-
XYZ6.475.2714.86-
YUV66.09151.65127.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=28.45%
G=25%
B=46.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66581080.390.4600.58249.630.1232.55
Hex423A6C272E03Afa1e21
Octal1027215447560723723641
Binary1000010111010110110010011110111001110101111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A6C; }

 p { color: rgb(66,58,108); }

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

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

 a { background-color: rgb(66,58,108); }

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

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

 span { border-color: rgb(66,58,108); }

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