Shades of Viking #4DA5BA
Tints of Viking #4DA5BA
RGB
CMYK
RGB Variations
Color information
#4DA5BA (or 0x4DA5BA) is known color: Viking. HEX triplet: 4D, A5 and BA. RGB value is (77,165,186). Sum of RGB (Red+Green+Blue) = 77+165+186=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #4DA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5BA is #B25A45. Grayscale: #8C8C8C. Windows color (decimal): -11688518 or 12232013. OLE color: 12232013.
HSL color Cylindrical-coordinate representation of color #4DA5BA: hue angle of 191.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA5BA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 165 | 186 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.27 |
| HSL | 191.56º | 0.44% | 0.52% | - |
| HSV(B) | 191.56º | 0.59% | 0.73% | - |
| XYZ | 25.38 | 32.03 | 51.3 | - |
| YUV | 141.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 186 | 0.59 | 0.11 | 0 | 0.27 | 191.56 | 0.44 | 0.52 |
| Hex | 4D | A5 | BA | 3B | B | 0 | 1B | C0 | 2C | 34 |
| Octal | 115 | 245 | 272 | 73 | 13 | 0 | 33 | 300 | 54 | 64 |
| Binary | 1001101 | 10100101 | 10111010 | 111011 | 1011 | 0 | 11011 | 11000000 | 101100 | 110100 |
Color Harmonies of #4DA5BA
Complementary color
Monochromatic Colors of #4DA5BA
Black with #4DA5BA
Text Example
Text Example
White with #4DA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5BA; }
p { color: rgb(77,165,186); }
H1.HeaderClassName
{
color: #4DA5BA;
}
.AnyTagClassName
{
color: #4DA5BA;
}
</style>
background-color css
<style>
a { background-color: #4DA5BA; }
a { background-color: rgb(77,165,186); }
div.DivClassName
{
background-color: #4DA5BA;
}
.BgClassName
{
background-color: #4DA5BA;
}
</style>
border-color css
<style>
span { border-color: #4DA5BA; }
span { border-color: rgb(77,165,186); }
td.TdClassName
{
border-color: #4DA5BA;
}
.TagClassName
{
border-color: #4DA5BA;
}
</style>