Shades of Viking #4DA8BF
Tints of Viking #4DA8BF
RGB
CMYK
RGB Variations
Color information
#4DA8BF (or 0x4DA8BF) is known color: Viking. HEX triplet: 4D, A8 and BF. RGB value is (77,168,191). Sum of RGB (Red+Green+Blue) = 77+168+191=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA8BF is #B25740. Grayscale: #8F8F8F. Windows color (decimal): -11687745 or 12560461. OLE color: 12560461.
HSL color Cylindrical-coordinate representation of color #4DA8BF: hue angle of 192.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA8BF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 168 | 191 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.25 |
| HSL | 192.11º | 0.47% | 0.53% | - |
| HSV(B) | 192.11º | 0.6% | 0.75% | - |
| XYZ | 26.47 | 33.34 | 54.33 | - |
| YUV | 143.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 191 | 0.60 | 0.12 | 0 | 0.25 | 192.11 | 0.47 | 0.53 |
| Hex | 4D | A8 | BF | 3C | C | 0 | 19 | C0 | 2F | 35 |
| Octal | 115 | 250 | 277 | 74 | 14 | 0 | 31 | 300 | 57 | 65 |
| Binary | 1001101 | 10101000 | 10111111 | 111100 | 1100 | 0 | 11001 | 11000000 | 101111 | 110101 |
Color Harmonies of #4DA8BF
Complementary color
Monochromatic Colors of #4DA8BF
Black with #4DA8BF
Text Example
Text Example
White with #4DA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA8BF; }
p { color: rgb(77,168,191); }
H1.HeaderClassName
{
color: #4DA8BF;
}
.AnyTagClassName
{
color: #4DA8BF;
}
</style>
background-color css
<style>
a { background-color: #4DA8BF; }
a { background-color: rgb(77,168,191); }
div.DivClassName
{
background-color: #4DA8BF;
}
.BgClassName
{
background-color: #4DA8BF;
}
</style>
border-color css
<style>
span { border-color: #4DA8BF; }
span { border-color: rgb(77,168,191); }
td.TdClassName
{
border-color: #4DA8BF;
}
.TagClassName
{
border-color: #4DA8BF;
}
</style>