Shades of Viking #4FB1CB
Tints of Viking #4FB1CB
RGB
CMYK
RGB Variations
Color information
#4FB1CB (or 0x4FB1CB) is known color: Viking. HEX triplet: 4F, B1 and CB. RGB value is (79,177,203). Sum of RGB (Red+Green+Blue) = 79+177+203=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FB1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB1CB is #B04E34. Grayscale: #969696. Windows color (decimal): -11554357 or 13349199. OLE color: 13349199.
HSL color Cylindrical-coordinate representation of color #4FB1CB: hue angle of 192.58º 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 #4FB1CB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 177 | 203 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.20 |
| HSL | 192.58º | 0.54% | 0.55% | - |
| HSV(B) | 192.58º | 0.61% | 0.8% | - |
| XYZ | 29.73 | 37.42 | 62.16 | - |
| YUV | 150.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 203 | 0.61 | 0.13 | 0 | 0.20 | 192.58 | 0.54 | 0.55 |
| Hex | 4F | B1 | CB | 3D | D | 0 | 14 | C1 | 36 | 37 |
| Octal | 117 | 261 | 313 | 75 | 15 | 0 | 24 | 301 | 66 | 67 |
| Binary | 1001111 | 10110001 | 11001011 | 111101 | 1101 | 0 | 10100 | 11000001 | 110110 | 110111 |
Color Harmonies of #4FB1CB
Complementary color
Monochromatic Colors of #4FB1CB
Black with #4FB1CB
Text Example
Text Example
White with #4FB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB1CB; }
p { color: rgb(79,177,203); }
H1.HeaderClassName
{
color: #4FB1CB;
}
.AnyTagClassName
{
color: #4FB1CB;
}
</style>
background-color css
<style>
a { background-color: #4FB1CB; }
a { background-color: rgb(79,177,203); }
div.DivClassName
{
background-color: #4FB1CB;
}
.BgClassName
{
background-color: #4FB1CB;
}
</style>
border-color css
<style>
span { border-color: #4FB1CB; }
span { border-color: rgb(79,177,203); }
td.TdClassName
{
border-color: #4FB1CB;
}
.TagClassName
{
border-color: #4FB1CB;
}
</style>