Shades of Viking #4FBDCC
Tints of Viking #4FBDCC
RGB
CMYK
RGB Variations
Color information
#4FBDCC (or 0x4FBDCC) is known color: Viking. HEX triplet: 4F, BD and CC. RGB value is (79,189,204). Sum of RGB (Red+Green+Blue) = 79+189+204=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDCC is #B04233. Grayscale: #9D9D9D. Windows color (decimal): -11551284 or 13417807. OLE color: 13417807.
HSL color Cylindrical-coordinate representation of color #4FBDCC: hue angle of 187.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBDCC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 189 | 204 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.2 |
| HSL | 187.2º | 0.55% | 0.55% | - |
| HSV(B) | 187.2º | 0.61% | 0.8% | - |
| XYZ | 32.32 | 42.42 | 63.61 | - |
| YUV | 157.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 204 | 0.61 | 0.07 | 0 | 0.2 | 187.2 | 0.55 | 0.55 |
| Hex | 4F | BD | CC | 3D | 7 | 0 | 14 | BB | 37 | 37 |
| Octal | 117 | 275 | 314 | 75 | 7 | 0 | 24 | 273 | 67 | 67 |
| Binary | 1001111 | 10111101 | 11001100 | 111101 | 111 | 0 | 10100 | 10111011 | 110111 | 110111 |
Color Harmonies of #4FBDCC
Complementary color
Monochromatic Colors of #4FBDCC
Black with #4FBDCC
Text Example
Text Example
White with #4FBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDCC; }
p { color: rgb(79,189,204); }
H1.HeaderClassName
{
color: #4FBDCC;
}
.AnyTagClassName
{
color: #4FBDCC;
}
</style>
background-color css
<style>
a { background-color: #4FBDCC; }
a { background-color: rgb(79,189,204); }
div.DivClassName
{
background-color: #4FBDCC;
}
.BgClassName
{
background-color: #4FBDCC;
}
</style>
border-color css
<style>
span { border-color: #4FBDCC; }
span { border-color: rgb(79,189,204); }
td.TdClassName
{
border-color: #4FBDCC;
}
.TagClassName
{
border-color: #4FBDCC;
}
</style>