Shades of Viking #41B7BF
Tints of Viking #41B7BF
RGB
CMYK
RGB Variations
Color information
#41B7BF (or 0x41B7BF) is known color: Viking. HEX triplet: 41, B7 and BF. RGB value is (65,183,191). Sum of RGB (Red+Green+Blue) = 65+183+191=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #41B7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B7BF is #BE4840. Grayscale: #949494. Windows color (decimal): -12470337 or 12564289. OLE color: 12564289.
HSL color Cylindrical-coordinate representation of color #41B7BF: hue angle of 183.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B7BF is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 183 | 191 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.25 |
| HSL | 183.81º | 0.5% | 0.5% | - |
| HSV(B) | 183.81º | 0.66% | 0.75% | - |
| XYZ | 28.52 | 38.75 | 55.27 | - |
| YUV | 148.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 191 | 0.66 | 0.04 | 0 | 0.25 | 183.81 | 0.5 | 0.5 |
| Hex | 41 | B7 | BF | 42 | 4 | 0 | 19 | B8 | 32 | 32 |
| Octal | 101 | 267 | 277 | 102 | 4 | 0 | 31 | 270 | 62 | 62 |
| Binary | 1000001 | 10110111 | 10111111 | 1000010 | 100 | 0 | 11001 | 10111000 | 110010 | 110010 |
Color Harmonies of #41B7BF
Complementary color
Monochromatic Colors of #41B7BF
Black with #41B7BF
Text Example
Text Example
White with #41B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B7BF; }
p { color: rgb(65,183,191); }
H1.HeaderClassName
{
color: #41B7BF;
}
.AnyTagClassName
{
color: #41B7BF;
}
</style>
background-color css
<style>
a { background-color: #41B7BF; }
a { background-color: rgb(65,183,191); }
div.DivClassName
{
background-color: #41B7BF;
}
.BgClassName
{
background-color: #41B7BF;
}
</style>
border-color css
<style>
span { border-color: #41B7BF; }
span { border-color: rgb(65,183,191); }
td.TdClassName
{
border-color: #41B7BF;
}
.TagClassName
{
border-color: #41B7BF;
}
</style>