Shades of Viking #449FC0
Tints of Viking #449FC0
RGB
CMYK
RGB Variations
Color information
#449FC0 (or 0x449FC0) is known color: Viking. HEX triplet: 44, 9F and C0. RGB value is (68,159,192). Sum of RGB (Red+Green+Blue) = 68+159+192=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #449FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FC0 is #BB603F. Grayscale: #878787. Windows color (decimal): -12279872 or 12623684. OLE color: 12623684.
HSL color Cylindrical-coordinate representation of color #449FC0: hue angle of 195.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449FC0 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 159 | 192 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.25 |
| HSL | 195.97º | 0.5% | 0.51% | - |
| HSV(B) | 195.97º | 0.65% | 0.75% | - |
| XYZ | 24.3 | 29.83 | 54.35 | - |
| YUV | 135.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 192 | 0.65 | 0.17 | 0 | 0.25 | 195.97 | 0.5 | 0.51 |
| Hex | 44 | 9F | C0 | 41 | 11 | 0 | 19 | C4 | 32 | 33 |
| Octal | 104 | 237 | 300 | 101 | 21 | 0 | 31 | 304 | 62 | 63 |
| Binary | 1000100 | 10011111 | 11000000 | 1000001 | 10001 | 0 | 11001 | 11000100 | 110010 | 110011 |
Color Harmonies of #449FC0
Complementary color
Monochromatic Colors of #449FC0
Black with #449FC0
Text Example
Text Example
White with #449FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FC0; }
p { color: rgb(68,159,192); }
H1.HeaderClassName
{
color: #449FC0;
}
.AnyTagClassName
{
color: #449FC0;
}
</style>
background-color css
<style>
a { background-color: #449FC0; }
a { background-color: rgb(68,159,192); }
div.DivClassName
{
background-color: #449FC0;
}
.BgClassName
{
background-color: #449FC0;
}
</style>
border-color css
<style>
span { border-color: #449FC0; }
span { border-color: rgb(68,159,192); }
td.TdClassName
{
border-color: #449FC0;
}
.TagClassName
{
border-color: #449FC0;
}
</style>