Shades of Viking #4DB0CA
Tints of Viking #4DB0CA
RGB
CMYK
RGB Variations
Color information
#4DB0CA (or 0x4DB0CA) is known color: Viking. HEX triplet: 4D, B0 and CA. RGB value is (77,176,202). Sum of RGB (Red+Green+Blue) = 77+176+202=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0CA is #B24F35. Grayscale: #959595. Windows color (decimal): -11685686 or 13283405. OLE color: 13283405.
HSL color Cylindrical-coordinate representation of color #4DB0CA: hue angle of 192.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB0CA is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 176 | 202 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.21 |
| HSL | 192.48º | 0.54% | 0.55% | - |
| HSV(B) | 192.48º | 0.62% | 0.79% | - |
| XYZ | 29.25 | 36.89 | 61.46 | - |
| YUV | 149.36 | 157.7 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 202 | 0.62 | 0.13 | 0 | 0.21 | 192.48 | 0.54 | 0.55 |
| Hex | 4D | B0 | CA | 3E | D | 0 | 15 | C0 | 36 | 37 |
| Octal | 115 | 260 | 312 | 76 | 15 | 0 | 25 | 300 | 66 | 67 |
| Binary | 1001101 | 10110000 | 11001010 | 111110 | 1101 | 0 | 10101 | 11000000 | 110110 | 110111 |
Color Harmonies of #4DB0CA
Complementary color
Monochromatic Colors of #4DB0CA
Black with #4DB0CA
Text Example
Text Example
White with #4DB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0CA; }
p { color: rgb(77,176,202); }
H1.HeaderClassName
{
color: #4DB0CA;
}
.AnyTagClassName
{
color: #4DB0CA;
}
</style>
background-color css
<style>
a { background-color: #4DB0CA; }
a { background-color: rgb(77,176,202); }
div.DivClassName
{
background-color: #4DB0CA;
}
.BgClassName
{
background-color: #4DB0CA;
}
</style>
border-color css
<style>
span { border-color: #4DB0CA; }
span { border-color: rgb(77,176,202); }
td.TdClassName
{
border-color: #4DB0CA;
}
.TagClassName
{
border-color: #4DB0CA;
}
</style>