Shades of Viking #469DC2
Tints of Viking #469DC2
RGB
CMYK
RGB Variations
Color information
#469DC2 (or 0x469DC2) is known color: Viking. HEX triplet: 46, 9D and C2. RGB value is (70,157,194). Sum of RGB (Red+Green+Blue) = 70+157+194=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #469DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DC2 is #B9623D. Grayscale: #868686. Windows color (decimal): -12149310 or 12754246. OLE color: 12754246.
HSL color Cylindrical-coordinate representation of color #469DC2: hue angle of 197.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469DC2 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 157 | 194 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.24 |
| HSL | 197.9º | 0.5% | 0.52% | - |
| HSV(B) | 197.9º | 0.64% | 0.76% | - |
| XYZ | 24.32 | 29.31 | 55.41 | - |
| YUV | 135.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 194 | 0.64 | 0.19 | 0 | 0.24 | 197.9 | 0.5 | 0.52 |
| Hex | 46 | 9D | C2 | 40 | 13 | 0 | 18 | C6 | 32 | 34 |
| Octal | 106 | 235 | 302 | 100 | 23 | 0 | 30 | 306 | 62 | 64 |
| Binary | 1000110 | 10011101 | 11000010 | 1000000 | 10011 | 0 | 11000 | 11000110 | 110010 | 110100 |
Color Harmonies of #469DC2
Complementary color
Monochromatic Colors of #469DC2
Black with #469DC2
Text Example
Text Example
White with #469DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DC2; }
p { color: rgb(70,157,194); }
H1.HeaderClassName
{
color: #469DC2;
}
.AnyTagClassName
{
color: #469DC2;
}
</style>
background-color css
<style>
a { background-color: #469DC2; }
a { background-color: rgb(70,157,194); }
div.DivClassName
{
background-color: #469DC2;
}
.BgClassName
{
background-color: #469DC2;
}
</style>
border-color css
<style>
span { border-color: #469DC2; }
span { border-color: rgb(70,157,194); }
td.TdClassName
{
border-color: #469DC2;
}
.TagClassName
{
border-color: #469DC2;
}
</style>