Shades of Viking #49BAC3
Tints of Viking #49BAC3
RGB
CMYK
RGB Variations
Color information
#49BAC3 (or 0x49BAC3) is known color: Viking. HEX triplet: 49, BA and C3. RGB value is (73,186,195). Sum of RGB (Red+Green+Blue) = 73+186+195=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #49BAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAC3 is #B6453C. Grayscale: #999999. Windows color (decimal): -11945277 or 12827209. OLE color: 12827209.
HSL color Cylindrical-coordinate representation of color #49BAC3: hue angle of 184.43º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BAC3 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 186 | 195 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.24 |
| HSL | 184.43º | 0.5% | 0.53% | - |
| HSV(B) | 184.43º | 0.63% | 0.76% | - |
| XYZ | 30.16 | 40.47 | 57.85 | - |
| YUV | 153.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 195 | 0.63 | 0.05 | 0 | 0.24 | 184.43 | 0.5 | 0.53 |
| Hex | 49 | BA | C3 | 3F | 5 | 0 | 18 | B8 | 32 | 35 |
| Octal | 111 | 272 | 303 | 77 | 5 | 0 | 30 | 270 | 62 | 65 |
| Binary | 1001001 | 10111010 | 11000011 | 111111 | 101 | 0 | 11000 | 10111000 | 110010 | 110101 |
Color Harmonies of #49BAC3
Complementary color
Monochromatic Colors of #49BAC3
Black with #49BAC3
Text Example
Text Example
White with #49BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAC3; }
p { color: rgb(73,186,195); }
H1.HeaderClassName
{
color: #49BAC3;
}
.AnyTagClassName
{
color: #49BAC3;
}
</style>
background-color css
<style>
a { background-color: #49BAC3; }
a { background-color: rgb(73,186,195); }
div.DivClassName
{
background-color: #49BAC3;
}
.BgClassName
{
background-color: #49BAC3;
}
</style>
border-color css
<style>
span { border-color: #49BAC3; }
span { border-color: rgb(73,186,195); }
td.TdClassName
{
border-color: #49BAC3;
}
.TagClassName
{
border-color: #49BAC3;
}
</style>