Shades of Viking #4FBCCD
Tints of Viking #4FBCCD
RGB
CMYK
RGB Variations
Color information
#4FBCCD (or 0x4FBCCD) is known color: Viking. HEX triplet: 4F, BC and CD. RGB value is (79,188,205). Sum of RGB (Red+Green+Blue) = 79+188+205=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCCD is #B04332. Grayscale: #9D9D9D. Windows color (decimal): -11551539 or 13483087. OLE color: 13483087.
HSL color Cylindrical-coordinate representation of color #4FBCCD: hue angle of 188.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBCCD is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 188 | 205 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.20 |
| HSL | 188.1º | 0.56% | 0.56% | - |
| HSV(B) | 188.1º | 0.61% | 0.8% | - |
| XYZ | 32.23 | 42.04 | 64.17 | - |
| YUV | 157.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 205 | 0.61 | 0.08 | 0 | 0.20 | 188.1 | 0.56 | 0.56 |
| Hex | 4F | BC | CD | 3D | 8 | 0 | 14 | BC | 38 | 38 |
| Octal | 117 | 274 | 315 | 75 | 10 | 0 | 24 | 274 | 70 | 70 |
| Binary | 1001111 | 10111100 | 11001101 | 111101 | 1000 | 0 | 10100 | 10111100 | 111000 | 111000 |
Color Harmonies of #4FBCCD
Complementary color
Monochromatic Colors of #4FBCCD
Black with #4FBCCD
Text Example
Text Example
White with #4FBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCCD; }
p { color: rgb(79,188,205); }
H1.HeaderClassName
{
color: #4FBCCD;
}
.AnyTagClassName
{
color: #4FBCCD;
}
</style>
background-color css
<style>
a { background-color: #4FBCCD; }
a { background-color: rgb(79,188,205); }
div.DivClassName
{
background-color: #4FBCCD;
}
.BgClassName
{
background-color: #4FBCCD;
}
</style>
border-color css
<style>
span { border-color: #4FBCCD; }
span { border-color: rgb(79,188,205); }
td.TdClassName
{
border-color: #4FBCCD;
}
.TagClassName
{
border-color: #4FBCCD;
}
</style>