Shades of Viking #459DC1
Tints of Viking #459DC1
RGB
CMYK
RGB Variations
Color information
#459DC1 (or 0x459DC1) is known color: Viking. HEX triplet: 45, 9D and C1. RGB value is (69,157,193). Sum of RGB (Red+Green+Blue) = 69+157+193=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 157 (61.72% from 255 or 37.47% 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 #459DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DC1 is #BA623E. Grayscale: #868686. Windows color (decimal): -12214847 or 12688709. OLE color: 12688709.
HSL color Cylindrical-coordinate representation of color #459DC1: hue angle of 197.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459DC1 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 157 | 193 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.24 |
| HSL | 197.42º | 0.5% | 0.51% | - |
| HSV(B) | 197.42º | 0.64% | 0.76% | - |
| XYZ | 24.14 | 29.23 | 54.82 | - |
| YUV | 134.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 193 | 0.64 | 0.19 | 0 | 0.24 | 197.42 | 0.5 | 0.51 |
| Hex | 45 | 9D | C1 | 40 | 13 | 0 | 18 | C5 | 32 | 33 |
| Octal | 105 | 235 | 301 | 100 | 23 | 0 | 30 | 305 | 62 | 63 |
| Binary | 1000101 | 10011101 | 11000001 | 1000000 | 10011 | 0 | 11000 | 11000101 | 110010 | 110011 |
Color Harmonies of #459DC1
Complementary color
Monochromatic Colors of #459DC1
Black with #459DC1
Text Example
Text Example
White with #459DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459DC1; }
p { color: rgb(69,157,193); }
H1.HeaderClassName
{
color: #459DC1;
}
.AnyTagClassName
{
color: #459DC1;
}
</style>
background-color css
<style>
a { background-color: #459DC1; }
a { background-color: rgb(69,157,193); }
div.DivClassName
{
background-color: #459DC1;
}
.BgClassName
{
background-color: #459DC1;
}
</style>
border-color css
<style>
span { border-color: #459DC1; }
span { border-color: rgb(69,157,193); }
td.TdClassName
{
border-color: #459DC1;
}
.TagClassName
{
border-color: #459DC1;
}
</style>