Shades of Mariner #425C93
Tints of Mariner #425C93
RGB
CMYK
RGB Variations
Color information
#425C93 (or 0x425C93) is known color: Mariner. HEX triplet: 42, 5C and 93. RGB value is (66,92,147). Sum of RGB (Red+Green+Blue) = 66+92+147=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #425C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C93 is #BDA36C. Grayscale: #5A5A5A. Windows color (decimal): -12428141 or 9657410. OLE color: 9657410.
HSL color Cylindrical-coordinate representation of color #425C93: hue angle of 220.74º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425C93 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 92 | 147 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.42 |
| HSL | 220.74º | 0.38% | 0.42% | - |
| HSV(B) | 220.74º | 0.55% | 0.58% | - |
| XYZ | 11.34 | 10.92 | 29.11 | - |
| YUV | 90.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 147 | 0.55 | 0.37 | 0 | 0.42 | 220.74 | 0.38 | 0.42 |
| Hex | 42 | 5C | 93 | 37 | 25 | 0 | 2A | DD | 26 | 2A |
| Octal | 102 | 134 | 223 | 67 | 45 | 0 | 52 | 335 | 46 | 52 |
| Binary | 1000010 | 1011100 | 10010011 | 110111 | 100101 | 0 | 101010 | 11011101 | 100110 | 101010 |
Color Harmonies of #425C93
Complementary color
Monochromatic Colors of #425C93
Black with #425C93
Text Example
Text Example
White with #425C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C93; }
p { color: rgb(66,92,147); }
H1.HeaderClassName
{
color: #425C93;
}
.AnyTagClassName
{
color: #425C93;
}
</style>
background-color css
<style>
a { background-color: #425C93; }
a { background-color: rgb(66,92,147); }
div.DivClassName
{
background-color: #425C93;
}
.BgClassName
{
background-color: #425C93;
}
</style>
border-color css
<style>
span { border-color: #425C93; }
span { border-color: rgb(66,92,147); }
td.TdClassName
{
border-color: #425C93;
}
.TagClassName
{
border-color: #425C93;
}
</style>