Shades of Viking #4FB3DD
Tints of Viking #4FB3DD
RGB
CMYK
RGB Variations
Color information
#4FB3DD (or 0x4FB3DD) is known color: Viking. HEX triplet: 4F, B3 and DD. RGB value is (79,179,221). Sum of RGB (Red+Green+Blue) = 79+179+221=479 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.49% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3DD is #B04C22. Grayscale: #999999. Windows color (decimal): -11553827 or 14529359. OLE color: 14529359.
HSL color Cylindrical-coordinate representation of color #4FB3DD: hue angle of 197.75º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FB3DD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 179 | 221 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.13 |
| HSL | 197.75º | 0.68% | 0.59% | - |
| HSV(B) | 197.75º | 0.64% | 0.87% | - |
| XYZ | 32.4 | 39.12 | 74.25 | - |
| YUV | 153.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 221 | 0.64 | 0.19 | 0 | 0.13 | 197.75 | 0.68 | 0.59 |
| Hex | 4F | B3 | DD | 40 | 13 | 0 | D | C6 | 44 | 3B |
| Octal | 117 | 263 | 335 | 100 | 23 | 0 | 15 | 306 | 104 | 73 |
| Binary | 1001111 | 10110011 | 11011101 | 1000000 | 10011 | 0 | 1101 | 11000110 | 1000100 | 111011 |
Color Harmonies of #4FB3DD
Complementary color
Monochromatic Colors of #4FB3DD
Black with #4FB3DD
Text Example
Text Example
White with #4FB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB3DD; }
p { color: rgb(79,179,221); }
H1.HeaderClassName
{
color: #4FB3DD;
}
.AnyTagClassName
{
color: #4FB3DD;
}
</style>
background-color css
<style>
a { background-color: #4FB3DD; }
a { background-color: rgb(79,179,221); }
div.DivClassName
{
background-color: #4FB3DD;
}
.BgClassName
{
background-color: #4FB3DD;
}
</style>
border-color css
<style>
span { border-color: #4FB3DD; }
span { border-color: rgb(79,179,221); }
td.TdClassName
{
border-color: #4FB3DD;
}
.TagClassName
{
border-color: #4FB3DD;
}
</style>