Shades of Viking #4DA8BE
Tints of Viking #4DA8BE
RGB
CMYK
RGB Variations
Color information
#4DA8BE (or 0x4DA8BE) is known color: Viking. HEX triplet: 4D, A8 and BE. RGB value is (77,168,190). Sum of RGB (Red+Green+Blue) = 77+168+190=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA8BE is #B25741. Grayscale: #8F8F8F. Windows color (decimal): -11687746 or 12494925. OLE color: 12494925.
HSL color Cylindrical-coordinate representation of color #4DA8BE: hue angle of 191.68º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA8BE is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 168 | 190 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.25 |
| HSL | 191.68º | 0.47% | 0.52% | - |
| HSV(B) | 191.68º | 0.59% | 0.75% | - |
| XYZ | 26.36 | 33.3 | 53.75 | - |
| YUV | 143.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 190 | 0.59 | 0.12 | 0 | 0.25 | 191.68 | 0.47 | 0.52 |
| Hex | 4D | A8 | BE | 3B | C | 0 | 19 | C0 | 2F | 34 |
| Octal | 115 | 250 | 276 | 73 | 14 | 0 | 31 | 300 | 57 | 64 |
| Binary | 1001101 | 10101000 | 10111110 | 111011 | 1100 | 0 | 11001 | 11000000 | 101111 | 110100 |
Color Harmonies of #4DA8BE
Complementary color
Monochromatic Colors of #4DA8BE
Black with #4DA8BE
Text Example
Text Example
White with #4DA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA8BE; }
p { color: rgb(77,168,190); }
H1.HeaderClassName
{
color: #4DA8BE;
}
.AnyTagClassName
{
color: #4DA8BE;
}
</style>
background-color css
<style>
a { background-color: #4DA8BE; }
a { background-color: rgb(77,168,190); }
div.DivClassName
{
background-color: #4DA8BE;
}
.BgClassName
{
background-color: #4DA8BE;
}
</style>
border-color css
<style>
span { border-color: #4DA8BE; }
span { border-color: rgb(77,168,190); }
td.TdClassName
{
border-color: #4DA8BE;
}
.TagClassName
{
border-color: #4DA8BE;
}
</style>