Shades of Viking #4FBBCB
Tints of Viking #4FBBCB
RGB
CMYK
RGB Variations
Color information
#4FBBCB (or 0x4FBBCB) is known color: Viking. HEX triplet: 4F, BB and CB. RGB value is (79,187,203). Sum of RGB (Red+Green+Blue) = 79+187+203=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBCB is #B04434. Grayscale: #9C9C9C. Windows color (decimal): -11551797 or 13351759. OLE color: 13351759.
HSL color Cylindrical-coordinate representation of color #4FBBCB: hue angle of 187.74º degrees, saturation: 0.54, 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 #4FBBCB is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 187 | 203 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.20 |
| HSL | 187.74º | 0.54% | 0.55% | - |
| HSV(B) | 187.74º | 0.61% | 0.8% | - |
| XYZ | 31.77 | 41.51 | 62.84 | - |
| YUV | 156.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 203 | 0.61 | 0.08 | 0 | 0.20 | 187.74 | 0.54 | 0.55 |
| Hex | 4F | BB | CB | 3D | 8 | 0 | 14 | BC | 36 | 37 |
| Octal | 117 | 273 | 313 | 75 | 10 | 0 | 24 | 274 | 66 | 67 |
| Binary | 1001111 | 10111011 | 11001011 | 111101 | 1000 | 0 | 10100 | 10111100 | 110110 | 110111 |
Color Harmonies of #4FBBCB
Complementary color
Monochromatic Colors of #4FBBCB
Black with #4FBBCB
Text Example
Text Example
White with #4FBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBBCB; }
p { color: rgb(79,187,203); }
H1.HeaderClassName
{
color: #4FBBCB;
}
.AnyTagClassName
{
color: #4FBBCB;
}
</style>
background-color css
<style>
a { background-color: #4FBBCB; }
a { background-color: rgb(79,187,203); }
div.DivClassName
{
background-color: #4FBBCB;
}
.BgClassName
{
background-color: #4FBBCB;
}
</style>
border-color css
<style>
span { border-color: #4FBBCB; }
span { border-color: rgb(79,187,203); }
td.TdClassName
{
border-color: #4FBBCB;
}
.TagClassName
{
border-color: #4FBBCB;
}
</style>