Shades of Mariner #4567AA
Tints of Mariner #4567AA
RGB
CMYK
RGB Variations
Color information
#4567AA (or 0x4567AA) is known color: Mariner. HEX triplet: 45, 67 and AA. RGB value is (69,103,170). Sum of RGB (Red+Green+Blue) = 69+103+170=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #4567AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4567AA is #BA9855. Grayscale: #646464. Windows color (decimal): -12228694 or 11167557. OLE color: 11167557.
HSL color Cylindrical-coordinate representation of color #4567AA: hue angle of 219.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4567AA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 103 | 170 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.33 |
| HSL | 219.8º | 0.42% | 0.47% | - |
| HSV(B) | 219.8º | 0.59% | 0.67% | - |
| XYZ | 14.56 | 13.87 | 39.94 | - |
| YUV | 100.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 170 | 0.59 | 0.39 | 0 | 0.33 | 219.8 | 0.42 | 0.47 |
| Hex | 45 | 67 | AA | 3B | 27 | 0 | 21 | DC | 2A | 2F |
| Octal | 105 | 147 | 252 | 73 | 47 | 0 | 41 | 334 | 52 | 57 |
| Binary | 1000101 | 1100111 | 10101010 | 111011 | 100111 | 0 | 100001 | 11011100 | 101010 | 101111 |
Color Harmonies of #4567AA
Complementary color
Monochromatic Colors of #4567AA
Black with #4567AA
Text Example
Text Example
White with #4567AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4567AA; }
p { color: rgb(69,103,170); }
H1.HeaderClassName
{
color: #4567AA;
}
.AnyTagClassName
{
color: #4567AA;
}
</style>
background-color css
<style>
a { background-color: #4567AA; }
a { background-color: rgb(69,103,170); }
div.DivClassName
{
background-color: #4567AA;
}
.BgClassName
{
background-color: #4567AA;
}
</style>
border-color css
<style>
span { border-color: #4567AA; }
span { border-color: rgb(69,103,170); }
td.TdClassName
{
border-color: #4567AA;
}
.TagClassName
{
border-color: #4567AA;
}
</style>