Shades of Viking #41ACCE
Tints of Viking #41ACCE
RGB
CMYK
RGB Variations
Color information
#41ACCE (or 0x41ACCE) is known color: Viking. HEX triplet: 41, AC and CE. RGB value is (65,172,206). Sum of RGB (Red+Green+Blue) = 65+172+206=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #41ACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACCE is #BE5331. Grayscale: #8F8F8F. Windows color (decimal): -12473138 or 13544513. OLE color: 13544513.
HSL color Cylindrical-coordinate representation of color #41ACCE: hue angle of 194.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41ACCE is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 172 | 206 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.19 |
| HSL | 194.47º | 0.59% | 0.53% | - |
| HSV(B) | 194.47º | 0.68% | 0.81% | - |
| XYZ | 28.07 | 35.09 | 63.69 | - |
| YUV | 143.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 206 | 0.68 | 0.17 | 0 | 0.19 | 194.47 | 0.59 | 0.53 |
| Hex | 41 | AC | CE | 44 | 11 | 0 | 13 | C2 | 3B | 35 |
| Octal | 101 | 254 | 316 | 104 | 21 | 0 | 23 | 302 | 73 | 65 |
| Binary | 1000001 | 10101100 | 11001110 | 1000100 | 10001 | 0 | 10011 | 11000010 | 111011 | 110101 |
Color Harmonies of #41ACCE
Complementary color
Monochromatic Colors of #41ACCE
Black with #41ACCE
Text Example
Text Example
White with #41ACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ACCE; }
p { color: rgb(65,172,206); }
H1.HeaderClassName
{
color: #41ACCE;
}
.AnyTagClassName
{
color: #41ACCE;
}
</style>
background-color css
<style>
a { background-color: #41ACCE; }
a { background-color: rgb(65,172,206); }
div.DivClassName
{
background-color: #41ACCE;
}
.BgClassName
{
background-color: #41ACCE;
}
</style>
border-color css
<style>
span { border-color: #41ACCE; }
span { border-color: rgb(65,172,206); }
td.TdClassName
{
border-color: #41ACCE;
}
.TagClassName
{
border-color: #41ACCE;
}
</style>