Shades of Viking #4FBBC6
Tints of Viking #4FBBC6
RGB
CMYK
RGB Variations
Color information
#4FBBC6 (or 0x4FBBC6) is known color: Viking. HEX triplet: 4F, BB and C6. RGB value is (79,187,198). Sum of RGB (Red+Green+Blue) = 79+187+198=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #4FBBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBC6 is #B04439. Grayscale: #9B9B9B. Windows color (decimal): -11551802 or 13024079. OLE color: 13024079.
HSL color Cylindrical-coordinate representation of color #4FBBC6: hue angle of 185.55º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBBC6 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 187 | 198 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.22 |
| HSL | 185.55º | 0.51% | 0.54% | - |
| HSV(B) | 185.55º | 0.6% | 0.78% | - |
| XYZ | 31.19 | 41.28 | 59.75 | - |
| YUV | 155.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 198 | 0.60 | 0.06 | 0 | 0.22 | 185.55 | 0.51 | 0.54 |
| Hex | 4F | BB | C6 | 3C | 6 | 0 | 16 | BA | 33 | 36 |
| Octal | 117 | 273 | 306 | 74 | 6 | 0 | 26 | 272 | 63 | 66 |
| Binary | 1001111 | 10111011 | 11000110 | 111100 | 110 | 0 | 10110 | 10111010 | 110011 | 110110 |
Color Harmonies of #4FBBC6
Complementary color
Monochromatic Colors of #4FBBC6
Black with #4FBBC6
Text Example
Text Example
White with #4FBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBBC6; }
p { color: rgb(79,187,198); }
H1.HeaderClassName
{
color: #4FBBC6;
}
.AnyTagClassName
{
color: #4FBBC6;
}
</style>
background-color css
<style>
a { background-color: #4FBBC6; }
a { background-color: rgb(79,187,198); }
div.DivClassName
{
background-color: #4FBBC6;
}
.BgClassName
{
background-color: #4FBBC6;
}
</style>
border-color css
<style>
span { border-color: #4FBBC6; }
span { border-color: rgb(79,187,198); }
td.TdClassName
{
border-color: #4FBBC6;
}
.TagClassName
{
border-color: #4FBBC6;
}
</style>