Shades of Viking #4DB3CA
Tints of Viking #4DB3CA
RGB
CMYK
RGB Variations
Color information
#4DB3CA (or 0x4DB3CA) is known color: Viking. HEX triplet: 4D, B3 and CA. RGB value is (77,179,202). Sum of RGB (Red+Green+Blue) = 77+179+202=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3CA is #B24C35. Grayscale: #969696. Windows color (decimal): -11684918 or 13284173. OLE color: 13284173.
HSL color Cylindrical-coordinate representation of color #4DB3CA: hue angle of 191.04º 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 #4DB3CA is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 179 | 202 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.21 |
| HSL | 191.04º | 0.54% | 0.55% | - |
| HSV(B) | 191.04º | 0.62% | 0.79% | - |
| XYZ | 29.84 | 38.08 | 61.65 | - |
| YUV | 151.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 202 | 0.62 | 0.11 | 0 | 0.21 | 191.04 | 0.54 | 0.55 |
| Hex | 4D | B3 | CA | 3E | B | 0 | 15 | BF | 36 | 37 |
| Octal | 115 | 263 | 312 | 76 | 13 | 0 | 25 | 277 | 66 | 67 |
| Binary | 1001101 | 10110011 | 11001010 | 111110 | 1011 | 0 | 10101 | 10111111 | 110110 | 110111 |
Color Harmonies of #4DB3CA
Complementary color
Monochromatic Colors of #4DB3CA
Black with #4DB3CA
Text Example
Text Example
White with #4DB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB3CA; }
p { color: rgb(77,179,202); }
H1.HeaderClassName
{
color: #4DB3CA;
}
.AnyTagClassName
{
color: #4DB3CA;
}
</style>
background-color css
<style>
a { background-color: #4DB3CA; }
a { background-color: rgb(77,179,202); }
div.DivClassName
{
background-color: #4DB3CA;
}
.BgClassName
{
background-color: #4DB3CA;
}
</style>
border-color css
<style>
span { border-color: #4DB3CA; }
span { border-color: rgb(77,179,202); }
td.TdClassName
{
border-color: #4DB3CA;
}
.TagClassName
{
border-color: #4DB3CA;
}
</style>