Shades of Mariner #40669D
Tints of Mariner #40669D
RGB
CMYK
RGB Variations
Color information
#40669D (or 0x40669D) is known color: Mariner. HEX triplet: 40, 66 and 9D. RGB value is (64,102,157). Sum of RGB (Red+Green+Blue) = 64+102+157=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #40669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40669D is #BF9962. Grayscale: #606060. Windows color (decimal): -12556643 or 10315328. OLE color: 10315328.
HSL color Cylindrical-coordinate representation of color #40669D: hue angle of 215.48º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40669D is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 102 | 157 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.38 |
| HSL | 215.48º | 0.42% | 0.43% | - |
| HSV(B) | 215.48º | 0.59% | 0.62% | - |
| XYZ | 12.95 | 13.03 | 33.73 | - |
| YUV | 96.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 157 | 0.59 | 0.35 | 0 | 0.38 | 215.48 | 0.42 | 0.43 |
| Hex | 40 | 66 | 9D | 3B | 23 | 0 | 26 | D7 | 2A | 2B |
| Octal | 100 | 146 | 235 | 73 | 43 | 0 | 46 | 327 | 52 | 53 |
| Binary | 1000000 | 1100110 | 10011101 | 111011 | 100011 | 0 | 100110 | 11010111 | 101010 | 101011 |
Color Harmonies of #40669D
Complementary color
Monochromatic Colors of #40669D
Black with #40669D
Text Example
Text Example
White with #40669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40669D; }
p { color: rgb(64,102,157); }
H1.HeaderClassName
{
color: #40669D;
}
.AnyTagClassName
{
color: #40669D;
}
</style>
background-color css
<style>
a { background-color: #40669D; }
a { background-color: rgb(64,102,157); }
div.DivClassName
{
background-color: #40669D;
}
.BgClassName
{
background-color: #40669D;
}
</style>
border-color css
<style>
span { border-color: #40669D; }
span { border-color: rgb(64,102,157); }
td.TdClassName
{
border-color: #40669D;
}
.TagClassName
{
border-color: #40669D;
}
</style>