Shades of Viking #41A4BA
Tints of Viking #41A4BA
RGB
CMYK
RGB Variations
Color information
#41A4BA (or 0x41A4BA) is known color: Viking. HEX triplet: 41, A4 and BA. RGB value is (65,164,186). Sum of RGB (Red+Green+Blue) = 65+164+186=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #41A4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A4BA is #BE5B45. Grayscale: #888888. Windows color (decimal): -12475206 or 12231745. OLE color: 12231745.
HSL color Cylindrical-coordinate representation of color #41A4BA: hue angle of 190.91º 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 #41A4BA is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 164 | 186 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.27 |
| HSL | 190.91º | 0.48% | 0.49% | - |
| HSV(B) | 190.91º | 0.65% | 0.73% | - |
| XYZ | 24.32 | 31.22 | 51.2 | - |
| YUV | 136.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 186 | 0.65 | 0.12 | 0 | 0.27 | 190.91 | 0.48 | 0.49 |
| Hex | 41 | A4 | BA | 41 | C | 0 | 1B | BF | 30 | 31 |
| Octal | 101 | 244 | 272 | 101 | 14 | 0 | 33 | 277 | 60 | 61 |
| Binary | 1000001 | 10100100 | 10111010 | 1000001 | 1100 | 0 | 11011 | 10111111 | 110000 | 110001 |
Color Harmonies of #41A4BA
Complementary color
Monochromatic Colors of #41A4BA
Black with #41A4BA
Text Example
Text Example
White with #41A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A4BA; }
p { color: rgb(65,164,186); }
H1.HeaderClassName
{
color: #41A4BA;
}
.AnyTagClassName
{
color: #41A4BA;
}
</style>
background-color css
<style>
a { background-color: #41A4BA; }
a { background-color: rgb(65,164,186); }
div.DivClassName
{
background-color: #41A4BA;
}
.BgClassName
{
background-color: #41A4BA;
}
</style>
border-color css
<style>
span { border-color: #41A4BA; }
span { border-color: rgb(65,164,186); }
td.TdClassName
{
border-color: #41A4BA;
}
.TagClassName
{
border-color: #41A4BA;
}
</style>