Shades of Viking #489FC0
Tints of Viking #489FC0
RGB
CMYK
RGB Variations
Color information
#489FC0 (or 0x489FC0) is known color: Viking. HEX triplet: 48, 9F and C0. RGB value is (72,159,192). Sum of RGB (Red+Green+Blue) = 72+159+192=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #489FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FC0 is #B7603F. Grayscale: #888888. Windows color (decimal): -12017728 or 12623688. OLE color: 12623688.
HSL color Cylindrical-coordinate representation of color #489FC0: hue angle of 196.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489FC0 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 159 | 192 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.25 |
| HSL | 196.5º | 0.49% | 0.52% | - |
| HSV(B) | 196.5º | 0.63% | 0.75% | - |
| XYZ | 24.59 | 29.98 | 54.36 | - |
| YUV | 136.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 192 | 0.63 | 0.17 | 0 | 0.25 | 196.5 | 0.49 | 0.52 |
| Hex | 48 | 9F | C0 | 3F | 11 | 0 | 19 | C4 | 31 | 34 |
| Octal | 110 | 237 | 300 | 77 | 21 | 0 | 31 | 304 | 61 | 64 |
| Binary | 1001000 | 10011111 | 11000000 | 111111 | 10001 | 0 | 11001 | 11000100 | 110001 | 110100 |
Color Harmonies of #489FC0
Complementary color
Monochromatic Colors of #489FC0
Black with #489FC0
Text Example
Text Example
White with #489FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FC0; }
p { color: rgb(72,159,192); }
H1.HeaderClassName
{
color: #489FC0;
}
.AnyTagClassName
{
color: #489FC0;
}
</style>
background-color css
<style>
a { background-color: #489FC0; }
a { background-color: rgb(72,159,192); }
div.DivClassName
{
background-color: #489FC0;
}
.BgClassName
{
background-color: #489FC0;
}
</style>
border-color css
<style>
span { border-color: #489FC0; }
span { border-color: rgb(72,159,192); }
td.TdClassName
{
border-color: #489FC0;
}
.TagClassName
{
border-color: #489FC0;
}
</style>