Shades of Viking #41A2C0
Tints of Viking #41A2C0
RGB
CMYK
RGB Variations
Color information
#41A2C0 (or 0x41A2C0) is known color: Viking. HEX triplet: 41, A2 and C0. RGB value is (65,162,192). Sum of RGB (Red+Green+Blue) = 65+162+192=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #41A2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A2C0 is #BE5D3F. Grayscale: #888888. Windows color (decimal): -12475712 or 12624449. OLE color: 12624449.
HSL color Cylindrical-coordinate representation of color #41A2C0: hue angle of 194.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41A2C0 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 162 | 192 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.25 |
| HSL | 194.17º | 0.5% | 0.5% | - |
| HSV(B) | 194.17º | 0.66% | 0.75% | - |
| XYZ | 24.61 | 30.77 | 54.51 | - |
| YUV | 136.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 192 | 0.66 | 0.16 | 0 | 0.25 | 194.17 | 0.5 | 0.5 |
| Hex | 41 | A2 | C0 | 42 | 10 | 0 | 19 | C2 | 32 | 32 |
| Octal | 101 | 242 | 300 | 102 | 20 | 0 | 31 | 302 | 62 | 62 |
| Binary | 1000001 | 10100010 | 11000000 | 1000010 | 10000 | 0 | 11001 | 11000010 | 110010 | 110010 |
Color Harmonies of #41A2C0
Complementary color
Monochromatic Colors of #41A2C0
Black with #41A2C0
Text Example
Text Example
White with #41A2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A2C0; }
p { color: rgb(65,162,192); }
H1.HeaderClassName
{
color: #41A2C0;
}
.AnyTagClassName
{
color: #41A2C0;
}
</style>
background-color css
<style>
a { background-color: #41A2C0; }
a { background-color: rgb(65,162,192); }
div.DivClassName
{
background-color: #41A2C0;
}
.BgClassName
{
background-color: #41A2C0;
}
</style>
border-color css
<style>
span { border-color: #41A2C0; }
span { border-color: rgb(65,162,192); }
td.TdClassName
{
border-color: #41A2C0;
}
.TagClassName
{
border-color: #41A2C0;
}
</style>