Shades of Viking #49BECF
Tints of Viking #49BECF
RGB
CMYK
RGB Variations
Color information
#49BECF (or 0x49BECF) is known color: Viking. HEX triplet: 49, BE and CF. RGB value is (73,190,207). Sum of RGB (Red+Green+Blue) = 73+190+207=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #49BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BECF is #B64130. Grayscale: #9C9C9C. Windows color (decimal): -11944241 or 13614665. OLE color: 13614665.
HSL color Cylindrical-coordinate representation of color #49BECF: hue angle of 187.61º 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 #49BECF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 190 | 207 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.19 |
| HSL | 187.61º | 0.58% | 0.55% | - |
| HSV(B) | 187.61º | 0.65% | 0.81% | - |
| XYZ | 32.42 | 42.75 | 65.57 | - |
| YUV | 156.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 207 | 0.65 | 0.08 | 0 | 0.19 | 187.61 | 0.58 | 0.55 |
| Hex | 49 | BE | CF | 41 | 8 | 0 | 13 | BC | 3A | 37 |
| Octal | 111 | 276 | 317 | 101 | 10 | 0 | 23 | 274 | 72 | 67 |
| Binary | 1001001 | 10111110 | 11001111 | 1000001 | 1000 | 0 | 10011 | 10111100 | 111010 | 110111 |
Color Harmonies of #49BECF
Complementary color
Monochromatic Colors of #49BECF
Black with #49BECF
Text Example
Text Example
White with #49BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BECF; }
p { color: rgb(73,190,207); }
H1.HeaderClassName
{
color: #49BECF;
}
.AnyTagClassName
{
color: #49BECF;
}
</style>
background-color css
<style>
a { background-color: #49BECF; }
a { background-color: rgb(73,190,207); }
div.DivClassName
{
background-color: #49BECF;
}
.BgClassName
{
background-color: #49BECF;
}
</style>
border-color css
<style>
span { border-color: #49BECF; }
span { border-color: rgb(73,190,207); }
td.TdClassName
{
border-color: #49BECF;
}
.TagClassName
{
border-color: #49BECF;
}
</style>