Shades of Minsk #423A70
Tints of Minsk #423A70
RGB
CMYK
RGB Variations
Color information
#423A70 (or 0x423A70) is known color: Minsk. HEX triplet: 42, 3A and 70. RGB value is (66,58,112). Sum of RGB (Red+Green+Blue) = 66+58+112=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #423A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A70 is #BDC58F. Grayscale: #424242. Windows color (decimal): -12436880 or 7354946. OLE color: 7354946.
HSL color Cylindrical-coordinate representation of color #423A70: hue angle of 248.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #423A70 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 58 | 112 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.56 |
| HSL | 248.89º | 0.32% | 0.33% | - |
| HSV(B) | 248.89º | 0.48% | 0.44% | - |
| XYZ | 6.68 | 5.35 | 16.01 | - |
| YUV | 66.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 112 | 0.41 | 0.48 | 0 | 0.56 | 248.89 | 0.32 | 0.33 |
| Hex | 42 | 3A | 70 | 29 | 30 | 0 | 38 | F9 | 20 | 21 |
| Octal | 102 | 72 | 160 | 51 | 60 | 0 | 70 | 371 | 40 | 41 |
| Binary | 1000010 | 111010 | 1110000 | 101001 | 110000 | 0 | 111000 | 11111001 | 100000 | 100001 |
Color Harmonies of #423A70
Complementary color
Monochromatic Colors of #423A70
Black with #423A70
Text Example
Text Example
White with #423A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A70; }
p { color: rgb(66,58,112); }
H1.HeaderClassName
{
color: #423A70;
}
.AnyTagClassName
{
color: #423A70;
}
</style>
background-color css
<style>
a { background-color: #423A70; }
a { background-color: rgb(66,58,112); }
div.DivClassName
{
background-color: #423A70;
}
.BgClassName
{
background-color: #423A70;
}
</style>
border-color css
<style>
span { border-color: #423A70; }
span { border-color: rgb(66,58,112); }
td.TdClassName
{
border-color: #423A70;
}
.TagClassName
{
border-color: #423A70;
}
</style>