Shades of Mariner #4C69B5
Tints of Mariner #4C69B5
RGB
CMYK
RGB Variations
Color information
#4C69B5 (or 0x4C69B5) is known color: Mariner. HEX triplet: 4C, 69 and B5. RGB value is (76,105,181). Sum of RGB (Red+Green+Blue) = 76+105+181=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C69B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69B5 is #B3964A. Grayscale: #686868. Windows color (decimal): -11769419 or 11888972. OLE color: 11888972.
HSL color Cylindrical-coordinate representation of color #4C69B5: hue angle of 223.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C69B5 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 105 | 181 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.29 |
| HSL | 223.43º | 0.42% | 0.5% | - |
| HSV(B) | 223.43º | 0.58% | 0.71% | - |
| XYZ | 16.37 | 14.98 | 45.74 | - |
| YUV | 104.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 181 | 0.58 | 0.42 | 0 | 0.29 | 223.43 | 0.42 | 0.5 |
| Hex | 4C | 69 | B5 | 3A | 2A | 0 | 1D | DF | 2A | 32 |
| Octal | 114 | 151 | 265 | 72 | 52 | 0 | 35 | 337 | 52 | 62 |
| Binary | 1001100 | 1101001 | 10110101 | 111010 | 101010 | 0 | 11101 | 11011111 | 101010 | 110010 |
Color Harmonies of #4C69B5
Complementary color
Monochromatic Colors of #4C69B5
Black with #4C69B5
Text Example
Text Example
White with #4C69B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C69B5; }
p { color: rgb(76,105,181); }
H1.HeaderClassName
{
color: #4C69B5;
}
.AnyTagClassName
{
color: #4C69B5;
}
</style>
background-color css
<style>
a { background-color: #4C69B5; }
a { background-color: rgb(76,105,181); }
div.DivClassName
{
background-color: #4C69B5;
}
.BgClassName
{
background-color: #4C69B5;
}
</style>
border-color css
<style>
span { border-color: #4C69B5; }
span { border-color: rgb(76,105,181); }
td.TdClassName
{
border-color: #4C69B5;
}
.TagClassName
{
border-color: #4C69B5;
}
</style>