Shades of Viking #4FAFDB
Tints of Viking #4FAFDB
RGB
CMYK
RGB Variations
Color information
#4FAFDB (or 0x4FAFDB) is known color: Viking. HEX triplet: 4F, AF and DB. RGB value is (79,175,219). Sum of RGB (Red+Green+Blue) = 79+175+219=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFDB is #B05024. Grayscale: #979797. Windows color (decimal): -11554853 or 14397263. OLE color: 14397263.
HSL color Cylindrical-coordinate representation of color #4FAFDB: hue angle of 198.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FAFDB is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 175 | 219 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.14 |
| HSL | 198.86º | 0.66% | 0.58% | - |
| HSV(B) | 198.86º | 0.64% | 0.86% | - |
| XYZ | 31.34 | 37.44 | 72.59 | - |
| YUV | 151.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 219 | 0.64 | 0.20 | 0 | 0.14 | 198.86 | 0.66 | 0.58 |
| Hex | 4F | AF | DB | 40 | 14 | 0 | E | C7 | 42 | 3A |
| Octal | 117 | 257 | 333 | 100 | 24 | 0 | 16 | 307 | 102 | 72 |
| Binary | 1001111 | 10101111 | 11011011 | 1000000 | 10100 | 0 | 1110 | 11000111 | 1000010 | 111010 |
Color Harmonies of #4FAFDB
Complementary color
Monochromatic Colors of #4FAFDB
Black with #4FAFDB
Text Example
Text Example
White with #4FAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFDB; }
p { color: rgb(79,175,219); }
H1.HeaderClassName
{
color: #4FAFDB;
}
.AnyTagClassName
{
color: #4FAFDB;
}
</style>
background-color css
<style>
a { background-color: #4FAFDB; }
a { background-color: rgb(79,175,219); }
div.DivClassName
{
background-color: #4FAFDB;
}
.BgClassName
{
background-color: #4FAFDB;
}
</style>
border-color css
<style>
span { border-color: #4FAFDB; }
span { border-color: rgb(79,175,219); }
td.TdClassName
{
border-color: #4FAFDB;
}
.TagClassName
{
border-color: #4FAFDB;
}
</style>