Shades of Viking #4FBACB
Tints of Viking #4FBACB
RGB
CMYK
RGB Variations
Color information
#4FBACB (or 0x4FBACB) is known color: Viking. HEX triplet: 4F, BA and CB. RGB value is (79,186,203). Sum of RGB (Red+Green+Blue) = 79+186+203=468 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.88% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBACB is #B04534. Grayscale: #9B9B9B. Windows color (decimal): -11552053 or 13351503. OLE color: 13351503.
HSL color Cylindrical-coordinate representation of color #4FBACB: hue angle of 188.23º 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 #4FBACB is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 186 | 203 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.20 |
| HSL | 188.23º | 0.54% | 0.55% | - |
| HSV(B) | 188.23º | 0.61% | 0.8% | - |
| XYZ | 31.56 | 41.09 | 62.77 | - |
| YUV | 155.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 203 | 0.61 | 0.08 | 0 | 0.20 | 188.23 | 0.54 | 0.55 |
| Hex | 4F | BA | CB | 3D | 8 | 0 | 14 | BC | 36 | 37 |
| Octal | 117 | 272 | 313 | 75 | 10 | 0 | 24 | 274 | 66 | 67 |
| Binary | 1001111 | 10111010 | 11001011 | 111101 | 1000 | 0 | 10100 | 10111100 | 110110 | 110111 |
Color Harmonies of #4FBACB
Complementary color
Monochromatic Colors of #4FBACB
Black with #4FBACB
Text Example
Text Example
White with #4FBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBACB; }
p { color: rgb(79,186,203); }
H1.HeaderClassName
{
color: #4FBACB;
}
.AnyTagClassName
{
color: #4FBACB;
}
</style>
background-color css
<style>
a { background-color: #4FBACB; }
a { background-color: rgb(79,186,203); }
div.DivClassName
{
background-color: #4FBACB;
}
.BgClassName
{
background-color: #4FBACB;
}
</style>
border-color css
<style>
span { border-color: #4FBACB; }
span { border-color: rgb(79,186,203); }
td.TdClassName
{
border-color: #4FBACB;
}
.TagClassName
{
border-color: #4FBACB;
}
</style>