Shades of Mariner #4363AF
Tints of Mariner #4363AF
RGB
CMYK
RGB Variations
Color information
#4363AF (or 0x4363AF) is known color: Mariner. HEX triplet: 43, 63 and AF. RGB value is (67,99,175). Sum of RGB (Red+Green+Blue) = 67+99+175=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #4363AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4363AF is #BC9C50. Grayscale: #616161. Windows color (decimal): -12360785 or 11494211. OLE color: 11494211.
HSL color Cylindrical-coordinate representation of color #4363AF: hue angle of 222.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4363AF is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 99 | 175 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.31 |
| HSL | 222.22º | 0.45% | 0.47% | - |
| HSV(B) | 222.22º | 0.62% | 0.69% | - |
| XYZ | 14.51 | 13.21 | 42.34 | - |
| YUV | 98.1 | 171.4 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 175 | 0.62 | 0.43 | 0 | 0.31 | 222.22 | 0.45 | 0.47 |
| Hex | 43 | 63 | AF | 3E | 2B | 0 | 1F | DE | 2D | 2F |
| Octal | 103 | 143 | 257 | 76 | 53 | 0 | 37 | 336 | 55 | 57 |
| Binary | 1000011 | 1100011 | 10101111 | 111110 | 101011 | 0 | 11111 | 11011110 | 101101 | 101111 |
Color Harmonies of #4363AF
Complementary color
Monochromatic Colors of #4363AF
Black with #4363AF
Text Example
Text Example
White with #4363AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4363AF; }
p { color: rgb(67,99,175); }
H1.HeaderClassName
{
color: #4363AF;
}
.AnyTagClassName
{
color: #4363AF;
}
</style>
background-color css
<style>
a { background-color: #4363AF; }
a { background-color: rgb(67,99,175); }
div.DivClassName
{
background-color: #4363AF;
}
.BgClassName
{
background-color: #4363AF;
}
</style>
border-color css
<style>
span { border-color: #4363AF; }
span { border-color: rgb(67,99,175); }
td.TdClassName
{
border-color: #4363AF;
}
.TagClassName
{
border-color: #4363AF;
}
</style>