Shades of Viking #4FB0CB
Tints of Viking #4FB0CB
RGB
CMYK
RGB Variations
Color information
#4FB0CB (or 0x4FB0CB) is known color: Viking. HEX triplet: 4F, B0 and CB. RGB value is (79,176,203). Sum of RGB (Red+Green+Blue) = 79+176+203=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FB0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0CB is #B04F34. Grayscale: #959595. Windows color (decimal): -11554613 or 13348943. OLE color: 13348943.
HSL color Cylindrical-coordinate representation of color #4FB0CB: hue angle of 193.06º 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 #4FB0CB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 176 | 203 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.20 |
| HSL | 193.06º | 0.54% | 0.55% | - |
| HSV(B) | 193.06º | 0.61% | 0.8% | - |
| XYZ | 29.53 | 37.02 | 62.09 | - |
| YUV | 150.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 203 | 0.61 | 0.13 | 0 | 0.20 | 193.06 | 0.54 | 0.55 |
| Hex | 4F | B0 | CB | 3D | D | 0 | 14 | C1 | 36 | 37 |
| Octal | 117 | 260 | 313 | 75 | 15 | 0 | 24 | 301 | 66 | 67 |
| Binary | 1001111 | 10110000 | 11001011 | 111101 | 1101 | 0 | 10100 | 11000001 | 110110 | 110111 |
Color Harmonies of #4FB0CB
Complementary color
Monochromatic Colors of #4FB0CB
Black with #4FB0CB
Text Example
Text Example
White with #4FB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB0CB; }
p { color: rgb(79,176,203); }
H1.HeaderClassName
{
color: #4FB0CB;
}
.AnyTagClassName
{
color: #4FB0CB;
}
</style>
background-color css
<style>
a { background-color: #4FB0CB; }
a { background-color: rgb(79,176,203); }
div.DivClassName
{
background-color: #4FB0CB;
}
.BgClassName
{
background-color: #4FB0CB;
}
</style>
border-color css
<style>
span { border-color: #4FB0CB; }
span { border-color: rgb(79,176,203); }
td.TdClassName
{
border-color: #4FB0CB;
}
.TagClassName
{
border-color: #4FB0CB;
}
</style>