Shades of Viking #41B4BA
Tints of Viking #41B4BA
RGB
CMYK
RGB Variations
Color information
#41B4BA (or 0x41B4BA) is known color: Viking. HEX triplet: 41, B4 and BA. RGB value is (65,180,186). Sum of RGB (Red+Green+Blue) = 65+180+186=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #41B4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B4BA is #BE4B45. Grayscale: #929292. Windows color (decimal): -12471110 or 12235841. OLE color: 12235841.
HSL color Cylindrical-coordinate representation of color #41B4BA: hue angle of 182.98º 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 #41B4BA is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 180 | 186 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.27 |
| HSL | 182.98º | 0.48% | 0.49% | - |
| HSV(B) | 182.98º | 0.65% | 0.73% | - |
| XYZ | 27.36 | 37.31 | 52.21 | - |
| YUV | 146.3 | 150.4 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 180 | 186 | 0.65 | 0.03 | 0 | 0.27 | 182.98 | 0.48 | 0.49 |
| Hex | 41 | B4 | BA | 41 | 3 | 0 | 1B | B7 | 30 | 31 |
| Octal | 101 | 264 | 272 | 101 | 3 | 0 | 33 | 267 | 60 | 61 |
| Binary | 1000001 | 10110100 | 10111010 | 1000001 | 11 | 0 | 11011 | 10110111 | 110000 | 110001 |
Color Harmonies of #41B4BA
Complementary color
Monochromatic Colors of #41B4BA
Black with #41B4BA
Text Example
Text Example
White with #41B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B4BA; }
p { color: rgb(65,180,186); }
H1.HeaderClassName
{
color: #41B4BA;
}
.AnyTagClassName
{
color: #41B4BA;
}
</style>
background-color css
<style>
a { background-color: #41B4BA; }
a { background-color: rgb(65,180,186); }
div.DivClassName
{
background-color: #41B4BA;
}
.BgClassName
{
background-color: #41B4BA;
}
</style>
border-color css
<style>
span { border-color: #41B4BA; }
span { border-color: rgb(65,180,186); }
td.TdClassName
{
border-color: #41B4BA;
}
.TagClassName
{
border-color: #41B4BA;
}
</style>