Shades of Viking #41AFBC
Tints of Viking #41AFBC
RGB
CMYK
RGB Variations
Color information
#41AFBC (or 0x41AFBC) is known color: Viking. HEX triplet: 41, AF and BC. RGB value is (65,175,188). Sum of RGB (Red+Green+Blue) = 65+175+188=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #41AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFBC is #BE5043. Grayscale: #8F8F8F. Windows color (decimal): -12472388 or 12365633. OLE color: 12365633.
HSL color Cylindrical-coordinate representation of color #41AFBC: hue angle of 186.34º 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 #41AFBC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 175 | 188 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.26 |
| HSL | 186.34º | 0.49% | 0.5% | - |
| HSV(B) | 186.34º | 0.65% | 0.74% | - |
| XYZ | 26.59 | 35.41 | 53.01 | - |
| YUV | 143.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 188 | 0.65 | 0.07 | 0 | 0.26 | 186.34 | 0.49 | 0.5 |
| Hex | 41 | AF | BC | 41 | 7 | 0 | 1A | BA | 31 | 32 |
| Octal | 101 | 257 | 274 | 101 | 7 | 0 | 32 | 272 | 61 | 62 |
| Binary | 1000001 | 10101111 | 10111100 | 1000001 | 111 | 0 | 11010 | 10111010 | 110001 | 110010 |
Color Harmonies of #41AFBC
Complementary color
Monochromatic Colors of #41AFBC
Black with #41AFBC
Text Example
Text Example
White with #41AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AFBC; }
p { color: rgb(65,175,188); }
H1.HeaderClassName
{
color: #41AFBC;
}
.AnyTagClassName
{
color: #41AFBC;
}
</style>
background-color css
<style>
a { background-color: #41AFBC; }
a { background-color: rgb(65,175,188); }
div.DivClassName
{
background-color: #41AFBC;
}
.BgClassName
{
background-color: #41AFBC;
}
</style>
border-color css
<style>
span { border-color: #41AFBC; }
span { border-color: rgb(65,175,188); }
td.TdClassName
{
border-color: #41AFBC;
}
.TagClassName
{
border-color: #41AFBC;
}
</style>