Shades of Viking #4FB3DB
Tints of Viking #4FB3DB
RGB
CMYK
RGB Variations
Color information
#4FB3DB (or 0x4FB3DB) is known color: Viking. HEX triplet: 4F, B3 and DB. RGB value is (79,179,219). Sum of RGB (Red+Green+Blue) = 79+179+219=477 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.56% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FB3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3DB is #B04C24. Grayscale: #999999. Windows color (decimal): -11553829 or 14398287. OLE color: 14398287.
HSL color Cylindrical-coordinate representation of color #4FB3DB: hue angle of 197.14º 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 #4FB3DB is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 179 | 219 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.14 |
| HSL | 197.14º | 0.66% | 0.58% | - |
| HSV(B) | 197.14º | 0.64% | 0.86% | - |
| XYZ | 32.13 | 39.02 | 72.86 | - |
| YUV | 153.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 219 | 0.64 | 0.18 | 0 | 0.14 | 197.14 | 0.66 | 0.58 |
| Hex | 4F | B3 | DB | 40 | 12 | 0 | E | C5 | 42 | 3A |
| Octal | 117 | 263 | 333 | 100 | 22 | 0 | 16 | 305 | 102 | 72 |
| Binary | 1001111 | 10110011 | 11011011 | 1000000 | 10010 | 0 | 1110 | 11000101 | 1000010 | 111010 |
Color Harmonies of #4FB3DB
Complementary color
Monochromatic Colors of #4FB3DB
Black with #4FB3DB
Text Example
Text Example
White with #4FB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB3DB; }
p { color: rgb(79,179,219); }
H1.HeaderClassName
{
color: #4FB3DB;
}
.AnyTagClassName
{
color: #4FB3DB;
}
</style>
background-color css
<style>
a { background-color: #4FB3DB; }
a { background-color: rgb(79,179,219); }
div.DivClassName
{
background-color: #4FB3DB;
}
.BgClassName
{
background-color: #4FB3DB;
}
</style>
border-color css
<style>
span { border-color: #4FB3DB; }
span { border-color: rgb(79,179,219); }
td.TdClassName
{
border-color: #4FB3DB;
}
.TagClassName
{
border-color: #4FB3DB;
}
</style>