Shades of Viking #49B5CC
Tints of Viking #49B5CC
RGB
CMYK
RGB Variations
Color information
#49B5CC (or 0x49B5CC) is known color: Viking. HEX triplet: 49, B5 and CC. RGB value is (73,181,204). Sum of RGB (Red+Green+Blue) = 73+181+204=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #49B5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5CC is #B64A33. Grayscale: #979797. Windows color (decimal): -11946548 or 13415753. OLE color: 13415753.
HSL color Cylindrical-coordinate representation of color #49B5CC: hue angle of 190.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B5CC is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 181 | 204 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.2 |
| HSL | 190.53º | 0.56% | 0.54% | - |
| HSV(B) | 190.53º | 0.64% | 0.8% | - |
| XYZ | 30.17 | 38.82 | 63.03 | - |
| YUV | 151.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 204 | 0.64 | 0.11 | 0 | 0.2 | 190.53 | 0.56 | 0.54 |
| Hex | 49 | B5 | CC | 40 | B | 0 | 14 | BF | 38 | 36 |
| Octal | 111 | 265 | 314 | 100 | 13 | 0 | 24 | 277 | 70 | 66 |
| Binary | 1001001 | 10110101 | 11001100 | 1000000 | 1011 | 0 | 10100 | 10111111 | 111000 | 110110 |
Color Harmonies of #49B5CC
Complementary color
Monochromatic Colors of #49B5CC
Black with #49B5CC
Text Example
Text Example
White with #49B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B5CC; }
p { color: rgb(73,181,204); }
H1.HeaderClassName
{
color: #49B5CC;
}
.AnyTagClassName
{
color: #49B5CC;
}
</style>
background-color css
<style>
a { background-color: #49B5CC; }
a { background-color: rgb(73,181,204); }
div.DivClassName
{
background-color: #49B5CC;
}
.BgClassName
{
background-color: #49B5CC;
}
</style>
border-color css
<style>
span { border-color: #49B5CC; }
span { border-color: rgb(73,181,204); }
td.TdClassName
{
border-color: #49B5CC;
}
.TagClassName
{
border-color: #49B5CC;
}
</style>