Shades of Viking #41A0BE
Tints of Viking #41A0BE
RGB
CMYK
RGB Variations
Color information
#41A0BE (or 0x41A0BE) is known color: Viking. HEX triplet: 41, A0 and BE. RGB value is (65,160,190). Sum of RGB (Red+Green+Blue) = 65+160+190=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #41A0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0BE is #BE5F41. Grayscale: #868686. Windows color (decimal): -12476226 or 12492865. OLE color: 12492865.
HSL color Cylindrical-coordinate representation of color #41A0BE: hue angle of 194.4º degrees, saturation: 0.49, 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 #41A0BE is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 160 | 190 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.25 |
| HSL | 194.4º | 0.49% | 0.5% | - |
| HSV(B) | 194.4º | 0.66% | 0.75% | - |
| XYZ | 24.05 | 29.98 | 53.24 | - |
| YUV | 135.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 190 | 0.66 | 0.16 | 0 | 0.25 | 194.4 | 0.49 | 0.5 |
| Hex | 41 | A0 | BE | 42 | 10 | 0 | 19 | C2 | 31 | 32 |
| Octal | 101 | 240 | 276 | 102 | 20 | 0 | 31 | 302 | 61 | 62 |
| Binary | 1000001 | 10100000 | 10111110 | 1000010 | 10000 | 0 | 11001 | 11000010 | 110001 | 110010 |
Color Harmonies of #41A0BE
Complementary color
Monochromatic Colors of #41A0BE
Black with #41A0BE
Text Example
Text Example
White with #41A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0BE; }
p { color: rgb(65,160,190); }
H1.HeaderClassName
{
color: #41A0BE;
}
.AnyTagClassName
{
color: #41A0BE;
}
</style>
background-color css
<style>
a { background-color: #41A0BE; }
a { background-color: rgb(65,160,190); }
div.DivClassName
{
background-color: #41A0BE;
}
.BgClassName
{
background-color: #41A0BE;
}
</style>
border-color css
<style>
span { border-color: #41A0BE; }
span { border-color: rgb(65,160,190); }
td.TdClassName
{
border-color: #41A0BE;
}
.TagClassName
{
border-color: #41A0BE;
}
</style>