Shades of Viking #49A8CF
Tints of Viking #49A8CF
RGB
CMYK
RGB Variations
Color information
#49A8CF (or 0x49A8CF) is known color: Viking. HEX triplet: 49, A8 and CF. RGB value is (73,168,207). Sum of RGB (Red+Green+Blue) = 73+168+207=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #49A8CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8CF is #B65730. Grayscale: #8F8F8F. Windows color (decimal): -11949873 or 13609033. OLE color: 13609033.
HSL color Cylindrical-coordinate representation of color #49A8CF: hue angle of 197.46º 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 #49A8CF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 168 | 207 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.19 |
| HSL | 197.46º | 0.58% | 0.55% | - |
| HSV(B) | 197.46º | 0.65% | 0.81% | - |
| XYZ | 28.01 | 33.93 | 64.1 | - |
| YUV | 144.04 | 163.53 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 207 | 0.65 | 0.19 | 0 | 0.19 | 197.46 | 0.58 | 0.55 |
| Hex | 49 | A8 | CF | 41 | 13 | 0 | 13 | C5 | 3A | 37 |
| Octal | 111 | 250 | 317 | 101 | 23 | 0 | 23 | 305 | 72 | 67 |
| Binary | 1001001 | 10101000 | 11001111 | 1000001 | 10011 | 0 | 10011 | 11000101 | 111010 | 110111 |
Color Harmonies of #49A8CF
Complementary color
Monochromatic Colors of #49A8CF
Black with #49A8CF
Text Example
Text Example
White with #49A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8CF; }
p { color: rgb(73,168,207); }
H1.HeaderClassName
{
color: #49A8CF;
}
.AnyTagClassName
{
color: #49A8CF;
}
</style>
background-color css
<style>
a { background-color: #49A8CF; }
a { background-color: rgb(73,168,207); }
div.DivClassName
{
background-color: #49A8CF;
}
.BgClassName
{
background-color: #49A8CF;
}
</style>
border-color css
<style>
span { border-color: #49A8CF; }
span { border-color: rgb(73,168,207); }
td.TdClassName
{
border-color: #49A8CF;
}
.TagClassName
{
border-color: #49A8CF;
}
</style>