Shades of Viking #41A9CF
Tints of Viking #41A9CF
RGB
CMYK
RGB Variations
Color information
#41A9CF (or 0x41A9CF) is known color: Viking. HEX triplet: 41, A9 and CF. RGB value is (65,169,207). Sum of RGB (Red+Green+Blue) = 65+169+207=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #41A9CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A9CF is #BE5630. Grayscale: #8D8D8D. Windows color (decimal): -12473905 or 13609281. OLE color: 13609281.
HSL color Cylindrical-coordinate representation of color #41A9CF: hue angle of 196.06º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41A9CF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 169 | 207 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.19 |
| HSL | 196.06º | 0.6% | 0.53% | - |
| HSV(B) | 196.06º | 0.69% | 0.81% | - |
| XYZ | 27.63 | 34 | 64.14 | - |
| YUV | 142.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 169 | 207 | 0.69 | 0.18 | 0 | 0.19 | 196.06 | 0.6 | 0.53 |
| Hex | 41 | A9 | CF | 45 | 12 | 0 | 13 | C4 | 3C | 35 |
| Octal | 101 | 251 | 317 | 105 | 22 | 0 | 23 | 304 | 74 | 65 |
| Binary | 1000001 | 10101001 | 11001111 | 1000101 | 10010 | 0 | 10011 | 11000100 | 111100 | 110101 |
Color Harmonies of #41A9CF
Complementary color
Monochromatic Colors of #41A9CF
Black with #41A9CF
Text Example
Text Example
White with #41A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A9CF; }
p { color: rgb(65,169,207); }
H1.HeaderClassName
{
color: #41A9CF;
}
.AnyTagClassName
{
color: #41A9CF;
}
</style>
background-color css
<style>
a { background-color: #41A9CF; }
a { background-color: rgb(65,169,207); }
div.DivClassName
{
background-color: #41A9CF;
}
.BgClassName
{
background-color: #41A9CF;
}
</style>
border-color css
<style>
span { border-color: #41A9CF; }
span { border-color: rgb(65,169,207); }
td.TdClassName
{
border-color: #41A9CF;
}
.TagClassName
{
border-color: #41A9CF;
}
</style>