Shades of Mariner #4467B1
Tints of Mariner #4467B1
RGB
CMYK
RGB Variations
Color information
#4467B1 (or 0x4467B1) is known color: Mariner. HEX triplet: 44, 67 and B1. RGB value is (68,103,177). Sum of RGB (Red+Green+Blue) = 68+103+177=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #4467B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4467B1 is #BB984E. Grayscale: #646464. Windows color (decimal): -12294223 or 11626308. OLE color: 11626308.
HSL color Cylindrical-coordinate representation of color #4467B1: hue angle of 220.73º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4467B1 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 103 | 177 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.31 |
| HSL | 220.73º | 0.44% | 0.48% | - |
| HSV(B) | 220.73º | 0.62% | 0.69% | - |
| XYZ | 15.17 | 14.1 | 43.52 | - |
| YUV | 100.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 177 | 0.62 | 0.42 | 0 | 0.31 | 220.73 | 0.44 | 0.48 |
| Hex | 44 | 67 | B1 | 3E | 2A | 0 | 1F | DD | 2C | 30 |
| Octal | 104 | 147 | 261 | 76 | 52 | 0 | 37 | 335 | 54 | 60 |
| Binary | 1000100 | 1100111 | 10110001 | 111110 | 101010 | 0 | 11111 | 11011101 | 101100 | 110000 |
Color Harmonies of #4467B1
Complementary color
Monochromatic Colors of #4467B1
Black with #4467B1
Text Example
Text Example
White with #4467B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467B1; }
p { color: rgb(68,103,177); }
H1.HeaderClassName
{
color: #4467B1;
}
.AnyTagClassName
{
color: #4467B1;
}
</style>
background-color css
<style>
a { background-color: #4467B1; }
a { background-color: rgb(68,103,177); }
div.DivClassName
{
background-color: #4467B1;
}
.BgClassName
{
background-color: #4467B1;
}
</style>
border-color css
<style>
span { border-color: #4467B1; }
span { border-color: rgb(68,103,177); }
td.TdClassName
{
border-color: #4467B1;
}
.TagClassName
{
border-color: #4467B1;
}
</style>