Shades of Viking #41B4C5
Tints of Viking #41B4C5
RGB
CMYK
RGB Variations
Color information
#41B4C5 (or 0x41B4C5) is known color: Viking. HEX triplet: 41, B4 and C5. RGB value is (65,180,197). Sum of RGB (Red+Green+Blue) = 65+180+197=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #41B4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B4C5 is #BE4B3A. Grayscale: #939393. Windows color (decimal): -12471099 or 12956737. OLE color: 12956737.
HSL color Cylindrical-coordinate representation of color #41B4C5: hue angle of 187.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41B4C5 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 180 | 197 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.23 |
| HSL | 187.73º | 0.53% | 0.51% | - |
| HSV(B) | 187.73º | 0.67% | 0.77% | - |
| XYZ | 28.58 | 37.8 | 58.61 | - |
| YUV | 147.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 180 | 197 | 0.67 | 0.09 | 0 | 0.23 | 187.73 | 0.53 | 0.51 |
| Hex | 41 | B4 | C5 | 43 | 9 | 0 | 17 | BC | 35 | 33 |
| Octal | 101 | 264 | 305 | 103 | 11 | 0 | 27 | 274 | 65 | 63 |
| Binary | 1000001 | 10110100 | 11000101 | 1000011 | 1001 | 0 | 10111 | 10111100 | 110101 | 110011 |
Color Harmonies of #41B4C5
Complementary color
Monochromatic Colors of #41B4C5
Black with #41B4C5
Text Example
Text Example
White with #41B4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B4C5; }
p { color: rgb(65,180,197); }
H1.HeaderClassName
{
color: #41B4C5;
}
.AnyTagClassName
{
color: #41B4C5;
}
</style>
background-color css
<style>
a { background-color: #41B4C5; }
a { background-color: rgb(65,180,197); }
div.DivClassName
{
background-color: #41B4C5;
}
.BgClassName
{
background-color: #41B4C5;
}
</style>
border-color css
<style>
span { border-color: #41B4C5; }
span { border-color: rgb(65,180,197); }
td.TdClassName
{
border-color: #41B4C5;
}
.TagClassName
{
border-color: #41B4C5;
}
</style>