Shades of Viking #4DBECA
Tints of Viking #4DBECA
RGB
CMYK
RGB Variations
Color information
#4DBECA (or 0x4DBECA) is known color: Viking. HEX triplet: 4D, BE and CA. RGB value is (77,190,202). Sum of RGB (Red+Green+Blue) = 77+190+202=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DBECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBECA is #B24135. Grayscale: #9D9D9D. Windows color (decimal): -11682102 or 13286989. OLE color: 13286989.
HSL color Cylindrical-coordinate representation of color #4DBECA: hue angle of 185.76º 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 #4DBECA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 190 | 202 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.21 |
| HSL | 185.76º | 0.54% | 0.55% | - |
| HSV(B) | 185.76º | 0.62% | 0.79% | - |
| XYZ | 32.13 | 42.67 | 62.42 | - |
| YUV | 157.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 202 | 0.62 | 0.06 | 0 | 0.21 | 185.76 | 0.54 | 0.55 |
| Hex | 4D | BE | CA | 3E | 6 | 0 | 15 | BA | 36 | 37 |
| Octal | 115 | 276 | 312 | 76 | 6 | 0 | 25 | 272 | 66 | 67 |
| Binary | 1001101 | 10111110 | 11001010 | 111110 | 110 | 0 | 10101 | 10111010 | 110110 | 110111 |
Color Harmonies of #4DBECA
Complementary color
Monochromatic Colors of #4DBECA
Black with #4DBECA
Text Example
Text Example
White with #4DBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBECA; }
p { color: rgb(77,190,202); }
H1.HeaderClassName
{
color: #4DBECA;
}
.AnyTagClassName
{
color: #4DBECA;
}
</style>
background-color css
<style>
a { background-color: #4DBECA; }
a { background-color: rgb(77,190,202); }
div.DivClassName
{
background-color: #4DBECA;
}
.BgClassName
{
background-color: #4DBECA;
}
</style>
border-color css
<style>
span { border-color: #4DBECA; }
span { border-color: rgb(77,190,202); }
td.TdClassName
{
border-color: #4DBECA;
}
.TagClassName
{
border-color: #4DBECA;
}
</style>