Shades of Viking #41A6BB
Tints of Viking #41A6BB
RGB
CMYK
RGB Variations
Color information
#41A6BB (or 0x41A6BB) is known color: Viking. HEX triplet: 41, A6 and BB. RGB value is (65,166,187). Sum of RGB (Red+Green+Blue) = 65+166+187=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #41A6BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A6BB is #BE5944. Grayscale: #8A8A8A. Windows color (decimal): -12474693 or 12297793. OLE color: 12297793.
HSL color Cylindrical-coordinate representation of color #41A6BB: hue angle of 190.33º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41A6BB is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 166 | 187 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.27 |
| HSL | 190.33º | 0.48% | 0.49% | - |
| HSV(B) | 190.33º | 0.65% | 0.73% | - |
| XYZ | 24.79 | 31.98 | 51.88 | - |
| YUV | 138.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 166 | 187 | 0.65 | 0.11 | 0 | 0.27 | 190.33 | 0.48 | 0.49 |
| Hex | 41 | A6 | BB | 41 | B | 0 | 1B | BE | 30 | 31 |
| Octal | 101 | 246 | 273 | 101 | 13 | 0 | 33 | 276 | 60 | 61 |
| Binary | 1000001 | 10100110 | 10111011 | 1000001 | 1011 | 0 | 11011 | 10111110 | 110000 | 110001 |
Color Harmonies of #41A6BB
Complementary color
Monochromatic Colors of #41A6BB
Black with #41A6BB
Text Example
Text Example
White with #41A6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A6BB; }
p { color: rgb(65,166,187); }
H1.HeaderClassName
{
color: #41A6BB;
}
.AnyTagClassName
{
color: #41A6BB;
}
</style>
background-color css
<style>
a { background-color: #41A6BB; }
a { background-color: rgb(65,166,187); }
div.DivClassName
{
background-color: #41A6BB;
}
.BgClassName
{
background-color: #41A6BB;
}
</style>
border-color css
<style>
span { border-color: #41A6BB; }
span { border-color: rgb(65,166,187); }
td.TdClassName
{
border-color: #41A6BB;
}
.TagClassName
{
border-color: #41A6BB;
}
</style>