Shades of Viking #4DB4CA
Tints of Viking #4DB4CA
RGB
CMYK
RGB Variations
Color information
#4DB4CA (or 0x4DB4CA) is known color: Viking. HEX triplet: 4D, B4 and CA. RGB value is (77,180,202). Sum of RGB (Red+Green+Blue) = 77+180+202=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4CA is #B24B35. Grayscale: #979797. Windows color (decimal): -11684662 or 13284429. OLE color: 13284429.
HSL color Cylindrical-coordinate representation of color #4DB4CA: hue angle of 190.56º 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 #4DB4CA is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 180 | 202 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.21 |
| HSL | 190.56º | 0.54% | 0.55% | - |
| HSV(B) | 190.56º | 0.62% | 0.79% | - |
| XYZ | 30.04 | 38.48 | 61.72 | - |
| YUV | 151.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 202 | 0.62 | 0.11 | 0 | 0.21 | 190.56 | 0.54 | 0.55 |
| Hex | 4D | B4 | CA | 3E | B | 0 | 15 | BF | 36 | 37 |
| Octal | 115 | 264 | 312 | 76 | 13 | 0 | 25 | 277 | 66 | 67 |
| Binary | 1001101 | 10110100 | 11001010 | 111110 | 1011 | 0 | 10101 | 10111111 | 110110 | 110111 |
Color Harmonies of #4DB4CA
Complementary color
Monochromatic Colors of #4DB4CA
Black with #4DB4CA
Text Example
Text Example
White with #4DB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4CA; }
p { color: rgb(77,180,202); }
H1.HeaderClassName
{
color: #4DB4CA;
}
.AnyTagClassName
{
color: #4DB4CA;
}
</style>
background-color css
<style>
a { background-color: #4DB4CA; }
a { background-color: rgb(77,180,202); }
div.DivClassName
{
background-color: #4DB4CA;
}
.BgClassName
{
background-color: #4DB4CA;
}
</style>
border-color css
<style>
span { border-color: #4DB4CA; }
span { border-color: rgb(77,180,202); }
td.TdClassName
{
border-color: #4DB4CA;
}
.TagClassName
{
border-color: #4DB4CA;
}
</style>