Shades of Viking #41AABC
Tints of Viking #41AABC
RGB
CMYK
RGB Variations
Color information
#41AABC (or 0x41AABC) is known color: Viking. HEX triplet: 41, AA and BC. RGB value is (65,170,188). Sum of RGB (Red+Green+Blue) = 65+170+188=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #41AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AABC is #BE5543. Grayscale: #8C8C8C. Windows color (decimal): -12473668 or 12364353. OLE color: 12364353.
HSL color Cylindrical-coordinate representation of color #41AABC: hue angle of 188.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41AABC is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 170 | 188 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.26 |
| HSL | 188.78º | 0.49% | 0.5% | - |
| HSV(B) | 188.78º | 0.65% | 0.74% | - |
| XYZ | 25.63 | 33.5 | 52.69 | - |
| YUV | 140.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 188 | 0.65 | 0.10 | 0 | 0.26 | 188.78 | 0.49 | 0.5 |
| Hex | 41 | AA | BC | 41 | A | 0 | 1A | BD | 31 | 32 |
| Octal | 101 | 252 | 274 | 101 | 12 | 0 | 32 | 275 | 61 | 62 |
| Binary | 1000001 | 10101010 | 10111100 | 1000001 | 1010 | 0 | 11010 | 10111101 | 110001 | 110010 |
Color Harmonies of #41AABC
Complementary color
Monochromatic Colors of #41AABC
Black with #41AABC
Text Example
Text Example
White with #41AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AABC; }
p { color: rgb(65,170,188); }
H1.HeaderClassName
{
color: #41AABC;
}
.AnyTagClassName
{
color: #41AABC;
}
</style>
background-color css
<style>
a { background-color: #41AABC; }
a { background-color: rgb(65,170,188); }
div.DivClassName
{
background-color: #41AABC;
}
.BgClassName
{
background-color: #41AABC;
}
</style>
border-color css
<style>
span { border-color: #41AABC; }
span { border-color: rgb(65,170,188); }
td.TdClassName
{
border-color: #41AABC;
}
.TagClassName
{
border-color: #41AABC;
}
</style>