Shades of Mariner #4359A4
Tints of Mariner #4359A4
RGB
CMYK
RGB Variations
Color information
#4359A4 (or 0x4359A4) is known color: Mariner. HEX triplet: 43, 59 and A4. RGB value is (67,89,164). Sum of RGB (Red+Green+Blue) = 67+89+164=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #4359A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4359A4 is #BCA65B. Grayscale: #5A5A5A. Windows color (decimal): -12363356 or 10770755. OLE color: 10770755.
HSL color Cylindrical-coordinate representation of color #4359A4: hue angle of 226.39º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4359A4 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 89 | 164 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.36 |
| HSL | 226.39º | 0.42% | 0.45% | - |
| HSV(B) | 226.39º | 0.59% | 0.64% | - |
| XYZ | 12.59 | 11.02 | 36.59 | - |
| YUV | 90.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 164 | 0.59 | 0.46 | 0 | 0.36 | 226.39 | 0.42 | 0.45 |
| Hex | 43 | 59 | A4 | 3B | 2E | 0 | 24 | E2 | 2A | 2D |
| Octal | 103 | 131 | 244 | 73 | 56 | 0 | 44 | 342 | 52 | 55 |
| Binary | 1000011 | 1011001 | 10100100 | 111011 | 101110 | 0 | 100100 | 11100010 | 101010 | 101101 |
Color Harmonies of #4359A4
Complementary color
Monochromatic Colors of #4359A4
Black with #4359A4
Text Example
Text Example
White with #4359A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4359A4; }
p { color: rgb(67,89,164); }
H1.HeaderClassName
{
color: #4359A4;
}
.AnyTagClassName
{
color: #4359A4;
}
</style>
background-color css
<style>
a { background-color: #4359A4; }
a { background-color: rgb(67,89,164); }
div.DivClassName
{
background-color: #4359A4;
}
.BgClassName
{
background-color: #4359A4;
}
</style>
border-color css
<style>
span { border-color: #4359A4; }
span { border-color: rgb(67,89,164); }
td.TdClassName
{
border-color: #4359A4;
}
.TagClassName
{
border-color: #4359A4;
}
</style>