Shades of Viking #41ABCD
Tints of Viking #41ABCD
RGB
CMYK
RGB Variations
Color information
#41ABCD (or 0x41ABCD) is known color: Viking. HEX triplet: 41, AB and CD. RGB value is (65,171,205). Sum of RGB (Red+Green+Blue) = 65+171+205=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #41ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABCD is #BE5432. Grayscale: #8E8E8E. Windows color (decimal): -12473395 or 13478721. OLE color: 13478721.
HSL color Cylindrical-coordinate representation of color #41ABCD: hue angle of 194.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41ABCD is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 171 | 205 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.20 |
| HSL | 194.57º | 0.58% | 0.53% | - |
| HSV(B) | 194.57º | 0.68% | 0.8% | - |
| XYZ | 27.76 | 34.66 | 62.98 | - |
| YUV | 143.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 205 | 0.68 | 0.17 | 0 | 0.20 | 194.57 | 0.58 | 0.53 |
| Hex | 41 | AB | CD | 44 | 11 | 0 | 14 | C3 | 3A | 35 |
| Octal | 101 | 253 | 315 | 104 | 21 | 0 | 24 | 303 | 72 | 65 |
| Binary | 1000001 | 10101011 | 11001101 | 1000100 | 10001 | 0 | 10100 | 11000011 | 111010 | 110101 |
Color Harmonies of #41ABCD
Complementary color
Monochromatic Colors of #41ABCD
Black with #41ABCD
Text Example
Text Example
White with #41ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABCD; }
p { color: rgb(65,171,205); }
H1.HeaderClassName
{
color: #41ABCD;
}
.AnyTagClassName
{
color: #41ABCD;
}
</style>
background-color css
<style>
a { background-color: #41ABCD; }
a { background-color: rgb(65,171,205); }
div.DivClassName
{
background-color: #41ABCD;
}
.BgClassName
{
background-color: #41ABCD;
}
</style>
border-color css
<style>
span { border-color: #41ABCD; }
span { border-color: rgb(65,171,205); }
td.TdClassName
{
border-color: #41ABCD;
}
.TagClassName
{
border-color: #41ABCD;
}
</style>