Shades of Viking #41B0BC
Tints of Viking #41B0BC
RGB
CMYK
RGB Variations
Color information
#41B0BC (or 0x41B0BC) is known color: Viking. HEX triplet: 41, B0 and BC. RGB value is (65,176,188). Sum of RGB (Red+Green+Blue) = 65+176+188=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #41B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B0BC is #BE4F43. Grayscale: #909090. Windows color (decimal): -12472132 or 12365889. OLE color: 12365889.
HSL color Cylindrical-coordinate representation of color #41B0BC: hue angle of 185.85º 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 #41B0BC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 176 | 188 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.26 |
| HSL | 185.85º | 0.49% | 0.5% | - |
| HSV(B) | 185.85º | 0.65% | 0.74% | - |
| XYZ | 26.78 | 35.81 | 53.08 | - |
| YUV | 144.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 188 | 0.65 | 0.06 | 0 | 0.26 | 185.85 | 0.49 | 0.5 |
| Hex | 41 | B0 | BC | 41 | 6 | 0 | 1A | BA | 31 | 32 |
| Octal | 101 | 260 | 274 | 101 | 6 | 0 | 32 | 272 | 61 | 62 |
| Binary | 1000001 | 10110000 | 10111100 | 1000001 | 110 | 0 | 11010 | 10111010 | 110001 | 110010 |
Color Harmonies of #41B0BC
Complementary color
Monochromatic Colors of #41B0BC
Black with #41B0BC
Text Example
Text Example
White with #41B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B0BC; }
p { color: rgb(65,176,188); }
H1.HeaderClassName
{
color: #41B0BC;
}
.AnyTagClassName
{
color: #41B0BC;
}
</style>
background-color css
<style>
a { background-color: #41B0BC; }
a { background-color: rgb(65,176,188); }
div.DivClassName
{
background-color: #41B0BC;
}
.BgClassName
{
background-color: #41B0BC;
}
</style>
border-color css
<style>
span { border-color: #41B0BC; }
span { border-color: rgb(65,176,188); }
td.TdClassName
{
border-color: #41B0BC;
}
.TagClassName
{
border-color: #41B0BC;
}
</style>