Shades of Viking #44A6CA
Tints of Viking #44A6CA
RGB
CMYK
RGB Variations
Color information
#44A6CA (or 0x44A6CA) is known color: Viking. HEX triplet: 44, A6 and CA. RGB value is (68,166,202). Sum of RGB (Red+Green+Blue) = 68+166+202=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #44A6CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A6CA is #BB5935. Grayscale: #8C8C8C. Windows color (decimal): -12278070 or 13280836. OLE color: 13280836.
HSL color Cylindrical-coordinate representation of color #44A6CA: hue angle of 196.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44A6CA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 166 | 202 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.21 |
| HSL | 196.12º | 0.56% | 0.53% | - |
| HSV(B) | 196.12º | 0.66% | 0.79% | - |
| XYZ | 26.68 | 32.77 | 60.8 | - |
| YUV | 140.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 166 | 202 | 0.66 | 0.18 | 0 | 0.21 | 196.12 | 0.56 | 0.53 |
| Hex | 44 | A6 | CA | 42 | 12 | 0 | 15 | C4 | 38 | 35 |
| Octal | 104 | 246 | 312 | 102 | 22 | 0 | 25 | 304 | 70 | 65 |
| Binary | 1000100 | 10100110 | 11001010 | 1000010 | 10010 | 0 | 10101 | 11000100 | 111000 | 110101 |
Color Harmonies of #44A6CA
Complementary color
Monochromatic Colors of #44A6CA
Black with #44A6CA
Text Example
Text Example
White with #44A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A6CA; }
p { color: rgb(68,166,202); }
H1.HeaderClassName
{
color: #44A6CA;
}
.AnyTagClassName
{
color: #44A6CA;
}
</style>
background-color css
<style>
a { background-color: #44A6CA; }
a { background-color: rgb(68,166,202); }
div.DivClassName
{
background-color: #44A6CA;
}
.BgClassName
{
background-color: #44A6CA;
}
</style>
border-color css
<style>
span { border-color: #44A6CA; }
span { border-color: rgb(68,166,202); }
td.TdClassName
{
border-color: #44A6CA;
}
.TagClassName
{
border-color: #44A6CA;
}
</style>