Shades of Viking #49BDCF
Tints of Viking #49BDCF
RGB
CMYK
RGB Variations
Color information
#49BDCF (or 0x49BDCF) is known color: Viking. HEX triplet: 49, BD and CF. RGB value is (73,189,207). Sum of RGB (Red+Green+Blue) = 73+189+207=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #49BDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDCF is #B64230. Grayscale: #9C9C9C. Windows color (decimal): -11944497 or 13614409. OLE color: 13614409.
HSL color Cylindrical-coordinate representation of color #49BDCF: hue angle of 188.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BDCF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 189 | 207 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.19 |
| HSL | 188.06º | 0.58% | 0.55% | - |
| HSV(B) | 188.06º | 0.65% | 0.81% | - |
| XYZ | 32.21 | 42.32 | 65.5 | - |
| YUV | 156.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 207 | 0.65 | 0.09 | 0 | 0.19 | 188.06 | 0.58 | 0.55 |
| Hex | 49 | BD | CF | 41 | 9 | 0 | 13 | BC | 3A | 37 |
| Octal | 111 | 275 | 317 | 101 | 11 | 0 | 23 | 274 | 72 | 67 |
| Binary | 1001001 | 10111101 | 11001111 | 1000001 | 1001 | 0 | 10011 | 10111100 | 111010 | 110111 |
Color Harmonies of #49BDCF
Complementary color
Monochromatic Colors of #49BDCF
Black with #49BDCF
Text Example
Text Example
White with #49BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDCF; }
p { color: rgb(73,189,207); }
H1.HeaderClassName
{
color: #49BDCF;
}
.AnyTagClassName
{
color: #49BDCF;
}
</style>
background-color css
<style>
a { background-color: #49BDCF; }
a { background-color: rgb(73,189,207); }
div.DivClassName
{
background-color: #49BDCF;
}
.BgClassName
{
background-color: #49BDCF;
}
</style>
border-color css
<style>
span { border-color: #49BDCF; }
span { border-color: rgb(73,189,207); }
td.TdClassName
{
border-color: #49BDCF;
}
.TagClassName
{
border-color: #49BDCF;
}
</style>