Shades of Viking #49BFCF
Tints of Viking #49BFCF
RGB
CMYK
RGB Variations
Color information
#49BFCF (or 0x49BFCF) is known color: Viking. HEX triplet: 49, BF and CF. RGB value is (73,191,207). Sum of RGB (Red+Green+Blue) = 73+191+207=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #49BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFCF is #B64030. Grayscale: #9D9D9D. Windows color (decimal): -11943985 or 13614921. OLE color: 13614921.
HSL color Cylindrical-coordinate representation of color #49BFCF: hue angle of 187.16º 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 #49BFCF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 191 | 207 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.19 |
| HSL | 187.16º | 0.58% | 0.55% | - |
| HSV(B) | 187.16º | 0.65% | 0.81% | - |
| XYZ | 32.64 | 43.18 | 65.65 | - |
| YUV | 157.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 207 | 0.65 | 0.08 | 0 | 0.19 | 187.16 | 0.58 | 0.55 |
| Hex | 49 | BF | CF | 41 | 8 | 0 | 13 | BB | 3A | 37 |
| Octal | 111 | 277 | 317 | 101 | 10 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001001 | 10111111 | 11001111 | 1000001 | 1000 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #49BFCF
Complementary color
Monochromatic Colors of #49BFCF
Black with #49BFCF
Text Example
Text Example
White with #49BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFCF; }
p { color: rgb(73,191,207); }
H1.HeaderClassName
{
color: #49BFCF;
}
.AnyTagClassName
{
color: #49BFCF;
}
</style>
background-color css
<style>
a { background-color: #49BFCF; }
a { background-color: rgb(73,191,207); }
div.DivClassName
{
background-color: #49BFCF;
}
.BgClassName
{
background-color: #49BFCF;
}
</style>
border-color css
<style>
span { border-color: #49BFCF; }
span { border-color: rgb(73,191,207); }
td.TdClassName
{
border-color: #49BFCF;
}
.TagClassName
{
border-color: #49BFCF;
}
</style>