Shades of Viking #4BC0D5
Tints of Viking #4BC0D5
RGB
CMYK
RGB Variations
Color information
#4BC0D5 (or 0x4BC0D5) is known color: Viking. HEX triplet: 4B, C0 and D5. RGB value is (75,192,213). Sum of RGB (Red+Green+Blue) = 75+192+213=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #4BC0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC0D5 is #B43F2A. Grayscale: #9F9F9F. Windows color (decimal): -11812651 or 14008395. OLE color: 14008395.
HSL color Cylindrical-coordinate representation of color #4BC0D5: hue angle of 189.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BC0D5 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 192 | 213 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.16 |
| HSL | 189.13º | 0.62% | 0.56% | - |
| HSV(B) | 189.13º | 0.65% | 0.84% | - |
| XYZ | 33.76 | 44 | 69.66 | - |
| YUV | 159.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 213 | 0.65 | 0.10 | 0 | 0.16 | 189.13 | 0.62 | 0.56 |
| Hex | 4B | C0 | D5 | 41 | A | 0 | 10 | BD | 3E | 38 |
| Octal | 113 | 300 | 325 | 101 | 12 | 0 | 20 | 275 | 76 | 70 |
| Binary | 1001011 | 11000000 | 11010101 | 1000001 | 1010 | 0 | 10000 | 10111101 | 111110 | 111000 |
Color Harmonies of #4BC0D5
Complementary color
Monochromatic Colors of #4BC0D5
Black with #4BC0D5
Text Example
Text Example
White with #4BC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC0D5; }
p { color: rgb(75,192,213); }
H1.HeaderClassName
{
color: #4BC0D5;
}
.AnyTagClassName
{
color: #4BC0D5;
}
</style>
background-color css
<style>
a { background-color: #4BC0D5; }
a { background-color: rgb(75,192,213); }
div.DivClassName
{
background-color: #4BC0D5;
}
.BgClassName
{
background-color: #4BC0D5;
}
</style>
border-color css
<style>
span { border-color: #4BC0D5; }
span { border-color: rgb(75,192,213); }
td.TdClassName
{
border-color: #4BC0D5;
}
.TagClassName
{
border-color: #4BC0D5;
}
</style>