Shades of Viking #489EC6
Tints of Viking #489EC6
RGB
CMYK
RGB Variations
Color information
#489EC6 (or 0x489EC6) is known color: Viking. HEX triplet: 48, 9E and C6. RGB value is (72,158,198). Sum of RGB (Red+Green+Blue) = 72+158+198=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #489EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EC6 is #B76139. Grayscale: #888888. Windows color (decimal): -12017978 or 13016648. OLE color: 13016648.
HSL color Cylindrical-coordinate representation of color #489EC6: hue angle of 199.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #489EC6 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 158 | 198 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.22 |
| HSL | 199.05º | 0.53% | 0.53% | - |
| HSV(B) | 199.05º | 0.64% | 0.78% | - |
| XYZ | 25.09 | 29.91 | 57.88 | - |
| YUV | 136.85 | 162.51 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 198 | 0.64 | 0.20 | 0 | 0.22 | 199.05 | 0.53 | 0.53 |
| Hex | 48 | 9E | C6 | 40 | 14 | 0 | 16 | C7 | 34 | 35 |
| Octal | 110 | 236 | 306 | 100 | 24 | 0 | 26 | 307 | 64 | 65 |
| Binary | 1001000 | 10011110 | 11000110 | 1000000 | 10100 | 0 | 10110 | 11000111 | 110100 | 110101 |
Color Harmonies of #489EC6
Complementary color
Monochromatic Colors of #489EC6
Black with #489EC6
Text Example
Text Example
White with #489EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EC6; }
p { color: rgb(72,158,198); }
H1.HeaderClassName
{
color: #489EC6;
}
.AnyTagClassName
{
color: #489EC6;
}
</style>
background-color css
<style>
a { background-color: #489EC6; }
a { background-color: rgb(72,158,198); }
div.DivClassName
{
background-color: #489EC6;
}
.BgClassName
{
background-color: #489EC6;
}
</style>
border-color css
<style>
span { border-color: #489EC6; }
span { border-color: rgb(72,158,198); }
td.TdClassName
{
border-color: #489EC6;
}
.TagClassName
{
border-color: #489EC6;
}
</style>