Shades of Viking #459FC1
Tints of Viking #459FC1
RGB
CMYK
RGB Variations
Color information
#459FC1 (or 0x459FC1) is known color: Viking. HEX triplet: 45, 9F and C1. RGB value is (69,159,193). Sum of RGB (Red+Green+Blue) = 69+159+193=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #459FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459FC1 is #BA603E. Grayscale: #878787. Windows color (decimal): -12214335 or 12689221. OLE color: 12689221.
HSL color Cylindrical-coordinate representation of color #459FC1: hue angle of 196.45º 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 #459FC1 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 159 | 193 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.24 |
| HSL | 196.45º | 0.5% | 0.51% | - |
| HSV(B) | 196.45º | 0.64% | 0.76% | - |
| XYZ | 24.48 | 29.91 | 54.94 | - |
| YUV | 135.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 193 | 0.64 | 0.18 | 0 | 0.24 | 196.45 | 0.5 | 0.51 |
| Hex | 45 | 9F | C1 | 40 | 12 | 0 | 18 | C4 | 32 | 33 |
| Octal | 105 | 237 | 301 | 100 | 22 | 0 | 30 | 304 | 62 | 63 |
| Binary | 1000101 | 10011111 | 11000001 | 1000000 | 10010 | 0 | 11000 | 11000100 | 110010 | 110011 |
Color Harmonies of #459FC1
Complementary color
Monochromatic Colors of #459FC1
Black with #459FC1
Text Example
Text Example
White with #459FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459FC1; }
p { color: rgb(69,159,193); }
H1.HeaderClassName
{
color: #459FC1;
}
.AnyTagClassName
{
color: #459FC1;
}
</style>
background-color css
<style>
a { background-color: #459FC1; }
a { background-color: rgb(69,159,193); }
div.DivClassName
{
background-color: #459FC1;
}
.BgClassName
{
background-color: #459FC1;
}
</style>
border-color css
<style>
span { border-color: #459FC1; }
span { border-color: rgb(69,159,193); }
td.TdClassName
{
border-color: #459FC1;
}
.TagClassName
{
border-color: #459FC1;
}
</style>