Shades of Mariner #4261B2
Tints of Mariner #4261B2
RGB
CMYK
RGB Variations
Color information
#4261B2 (or 0x4261B2) is known color: Mariner. HEX triplet: 42, 61 and B2. RGB value is (66,97,178). Sum of RGB (Red+Green+Blue) = 66+97+178=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #4261B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4261B2 is #BD9E4D. Grayscale: #606060. Windows color (decimal): -12426830 or 11690306. OLE color: 11690306.
HSL color Cylindrical-coordinate representation of color #4261B2: hue angle of 223.39º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4261B2 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 97 | 178 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.30 |
| HSL | 223.39º | 0.46% | 0.48% | - |
| HSV(B) | 223.39º | 0.63% | 0.7% | - |
| XYZ | 14.56 | 12.92 | 43.85 | - |
| YUV | 96.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 178 | 0.63 | 0.46 | 0 | 0.30 | 223.39 | 0.46 | 0.48 |
| Hex | 42 | 61 | B2 | 3F | 2E | 0 | 1E | DF | 2E | 30 |
| Octal | 102 | 141 | 262 | 77 | 56 | 0 | 36 | 337 | 56 | 60 |
| Binary | 1000010 | 1100001 | 10110010 | 111111 | 101110 | 0 | 11110 | 11011111 | 101110 | 110000 |
Color Harmonies of #4261B2
Complementary color
Monochromatic Colors of #4261B2
Black with #4261B2
Text Example
Text Example
White with #4261B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4261B2; }
p { color: rgb(66,97,178); }
H1.HeaderClassName
{
color: #4261B2;
}
.AnyTagClassName
{
color: #4261B2;
}
</style>
background-color css
<style>
a { background-color: #4261B2; }
a { background-color: rgb(66,97,178); }
div.DivClassName
{
background-color: #4261B2;
}
.BgClassName
{
background-color: #4261B2;
}
</style>
border-color css
<style>
span { border-color: #4261B2; }
span { border-color: rgb(66,97,178); }
td.TdClassName
{
border-color: #4261B2;
}
.TagClassName
{
border-color: #4261B2;
}
</style>