Shades of Viking #4BC0CF
Tints of Viking #4BC0CF
RGB
CMYK
RGB Variations
Color information
#4BC0CF (or 0x4BC0CF) is known color: Viking. HEX triplet: 4B, C0 and CF. RGB value is (75,192,207). Sum of RGB (Red+Green+Blue) = 75+192+207=474 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.82% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BC0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC0CF is #B43F30. Grayscale: #9E9E9E. Windows color (decimal): -11812657 or 13615179. OLE color: 13615179.
HSL color Cylindrical-coordinate representation of color #4BC0CF: hue angle of 186.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC0CF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 192 | 207 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.19 |
| HSL | 186.82º | 0.58% | 0.55% | - |
| HSV(B) | 186.82º | 0.64% | 0.81% | - |
| XYZ | 33.01 | 43.7 | 65.73 | - |
| YUV | 158.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 207 | 0.64 | 0.07 | 0 | 0.19 | 186.82 | 0.58 | 0.55 |
| Hex | 4B | C0 | CF | 40 | 7 | 0 | 13 | BB | 3A | 37 |
| Octal | 113 | 300 | 317 | 100 | 7 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001011 | 11000000 | 11001111 | 1000000 | 111 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #4BC0CF
Complementary color
Monochromatic Colors of #4BC0CF
Black with #4BC0CF
Text Example
Text Example
White with #4BC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0CF; }
p { color: rgb(75,192,207); }
H1.HeaderClassName
{
color: #4BC0CF;
}
.AnyTagClassName
{
color: #4BC0CF;
}
</style>
background-color css
<style>
a { background-color: #4BC0CF; }
a { background-color: rgb(75,192,207); }
div.DivClassName
{
background-color: #4BC0CF;
}
.BgClassName
{
background-color: #4BC0CF;
}
</style>
border-color css
<style>
span { border-color: #4BC0CF; }
span { border-color: rgb(75,192,207); }
td.TdClassName
{
border-color: #4BC0CF;
}
.TagClassName
{
border-color: #4BC0CF;
}
</style>