Shades of Viking #4BC0CB
Tints of Viking #4BC0CB
RGB
CMYK
RGB Variations
Color information
#4BC0CB (or 0x4BC0CB) is known color: Viking. HEX triplet: 4B, C0 and CB. RGB value is (75,192,203). Sum of RGB (Red+Green+Blue) = 75+192+203=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BC0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC0CB is #B43F34. Grayscale: #9E9E9E. Windows color (decimal): -11812661 or 13353035. OLE color: 13353035.
HSL color Cylindrical-coordinate representation of color #4BC0CB: hue angle of 185.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC0CB is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 192 | 203 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.20 |
| HSL | 185.16º | 0.55% | 0.55% | - |
| HSV(B) | 185.16º | 0.63% | 0.8% | - |
| XYZ | 32.53 | 43.51 | 63.18 | - |
| YUV | 158.27 | 153.24 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 203 | 0.63 | 0.05 | 0 | 0.20 | 185.16 | 0.55 | 0.55 |
| Hex | 4B | C0 | CB | 3F | 5 | 0 | 14 | B9 | 37 | 37 |
| Octal | 113 | 300 | 313 | 77 | 5 | 0 | 24 | 271 | 67 | 67 |
| Binary | 1001011 | 11000000 | 11001011 | 111111 | 101 | 0 | 10100 | 10111001 | 110111 | 110111 |
Color Harmonies of #4BC0CB
Complementary color
Monochromatic Colors of #4BC0CB
Black with #4BC0CB
Text Example
Text Example
White with #4BC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0CB; }
p { color: rgb(75,192,203); }
H1.HeaderClassName
{
color: #4BC0CB;
}
.AnyTagClassName
{
color: #4BC0CB;
}
</style>
background-color css
<style>
a { background-color: #4BC0CB; }
a { background-color: rgb(75,192,203); }
div.DivClassName
{
background-color: #4BC0CB;
}
.BgClassName
{
background-color: #4BC0CB;
}
</style>
border-color css
<style>
span { border-color: #4BC0CB; }
span { border-color: rgb(75,192,203); }
td.TdClassName
{
border-color: #4BC0CB;
}
.TagClassName
{
border-color: #4BC0CB;
}
</style>