Shades of Viking #499DBF
Tints of Viking #499DBF
RGB
CMYK
RGB Variations
Color information
#499DBF (or 0x499DBF) is known color: Viking. HEX triplet: 49, 9D and BF. RGB value is (73,157,191). Sum of RGB (Red+Green+Blue) = 73+157+191=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #499DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DBF is #B66240. Grayscale: #878787. Windows color (decimal): -11952705 or 12557641. OLE color: 12557641.
HSL color Cylindrical-coordinate representation of color #499DBF: hue angle of 197.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499DBF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 157 | 191 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.25 |
| HSL | 197.29º | 0.48% | 0.52% | - |
| HSV(B) | 197.29º | 0.62% | 0.75% | - |
| XYZ | 24.21 | 29.29 | 53.67 | - |
| YUV | 135.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 191 | 0.62 | 0.18 | 0 | 0.25 | 197.29 | 0.48 | 0.52 |
| Hex | 49 | 9D | BF | 3E | 12 | 0 | 19 | C5 | 30 | 34 |
| Octal | 111 | 235 | 277 | 76 | 22 | 0 | 31 | 305 | 60 | 64 |
| Binary | 1001001 | 10011101 | 10111111 | 111110 | 10010 | 0 | 11001 | 11000101 | 110000 | 110100 |
Color Harmonies of #499DBF
Complementary color
Monochromatic Colors of #499DBF
Black with #499DBF
Text Example
Text Example
White with #499DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DBF; }
p { color: rgb(73,157,191); }
H1.HeaderClassName
{
color: #499DBF;
}
.AnyTagClassName
{
color: #499DBF;
}
</style>
background-color css
<style>
a { background-color: #499DBF; }
a { background-color: rgb(73,157,191); }
div.DivClassName
{
background-color: #499DBF;
}
.BgClassName
{
background-color: #499DBF;
}
</style>
border-color css
<style>
span { border-color: #499DBF; }
span { border-color: rgb(73,157,191); }
td.TdClassName
{
border-color: #499DBF;
}
.TagClassName
{
border-color: #499DBF;
}
</style>