Shades of Viking #449EC1
Tints of Viking #449EC1
RGB
CMYK
RGB Variations
Color information
#449EC1 (or 0x449EC1) is known color: Viking. HEX triplet: 44, 9E and C1. RGB value is (68,158,193). Sum of RGB (Red+Green+Blue) = 68+158+193=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #449EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EC1 is #BB613E. Grayscale: #868686. Windows color (decimal): -12280127 or 12688964. OLE color: 12688964.
HSL color Cylindrical-coordinate representation of color #449EC1: hue angle of 196.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449EC1 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 158 | 193 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.24 |
| HSL | 196.8º | 0.5% | 0.51% | - |
| HSV(B) | 196.8º | 0.65% | 0.76% | - |
| XYZ | 24.24 | 29.53 | 54.88 | - |
| YUV | 135.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 193 | 0.65 | 0.18 | 0 | 0.24 | 196.8 | 0.5 | 0.51 |
| Hex | 44 | 9E | C1 | 41 | 12 | 0 | 18 | C5 | 32 | 33 |
| Octal | 104 | 236 | 301 | 101 | 22 | 0 | 30 | 305 | 62 | 63 |
| Binary | 1000100 | 10011110 | 11000001 | 1000001 | 10010 | 0 | 11000 | 11000101 | 110010 | 110011 |
Color Harmonies of #449EC1
Complementary color
Monochromatic Colors of #449EC1
Black with #449EC1
Text Example
Text Example
White with #449EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EC1; }
p { color: rgb(68,158,193); }
H1.HeaderClassName
{
color: #449EC1;
}
.AnyTagClassName
{
color: #449EC1;
}
</style>
background-color css
<style>
a { background-color: #449EC1; }
a { background-color: rgb(68,158,193); }
div.DivClassName
{
background-color: #449EC1;
}
.BgClassName
{
background-color: #449EC1;
}
</style>
border-color css
<style>
span { border-color: #449EC1; }
span { border-color: rgb(68,158,193); }
td.TdClassName
{
border-color: #449EC1;
}
.TagClassName
{
border-color: #449EC1;
}
</style>