Shades of Viking #49B5CF
Tints of Viking #49B5CF
RGB
CMYK
RGB Variations
Color information
#49B5CF (or 0x49B5CF) is known color: Viking. HEX triplet: 49, B5 and CF. RGB value is (73,181,207). Sum of RGB (Red+Green+Blue) = 73+181+207=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #49B5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5CF is #B64A30. Grayscale: #979797. Windows color (decimal): -11946545 or 13612361. OLE color: 13612361.
HSL color Cylindrical-coordinate representation of color #49B5CF: hue angle of 191.64º 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 #49B5CF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 181 | 207 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.19 |
| HSL | 191.64º | 0.58% | 0.55% | - |
| HSV(B) | 191.64º | 0.65% | 0.81% | - |
| XYZ | 30.53 | 38.97 | 64.94 | - |
| YUV | 151.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 207 | 0.65 | 0.13 | 0 | 0.19 | 191.64 | 0.58 | 0.55 |
| Hex | 49 | B5 | CF | 41 | D | 0 | 13 | C0 | 3A | 37 |
| Octal | 111 | 265 | 317 | 101 | 15 | 0 | 23 | 300 | 72 | 67 |
| Binary | 1001001 | 10110101 | 11001111 | 1000001 | 1101 | 0 | 10011 | 11000000 | 111010 | 110111 |
Color Harmonies of #49B5CF
Complementary color
Monochromatic Colors of #49B5CF
Black with #49B5CF
Text Example
Text Example
White with #49B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B5CF; }
p { color: rgb(73,181,207); }
H1.HeaderClassName
{
color: #49B5CF;
}
.AnyTagClassName
{
color: #49B5CF;
}
</style>
background-color css
<style>
a { background-color: #49B5CF; }
a { background-color: rgb(73,181,207); }
div.DivClassName
{
background-color: #49B5CF;
}
.BgClassName
{
background-color: #49B5CF;
}
</style>
border-color css
<style>
span { border-color: #49B5CF; }
span { border-color: rgb(73,181,207); }
td.TdClassName
{
border-color: #49B5CF;
}
.TagClassName
{
border-color: #49B5CF;
}
</style>