Shades of Viking #4DA5B9
Tints of Viking #4DA5B9
RGB
CMYK
RGB Variations
Color information
#4DA5B9 (or 0x4DA5B9) is known color: Viking. HEX triplet: 4D, A5 and B9. RGB value is (77,165,185). Sum of RGB (Red+Green+Blue) = 77+165+185=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #4DA5B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5B9 is #B25A46. Grayscale: #8C8C8C. Windows color (decimal): -11688519 or 12166477. OLE color: 12166477.
HSL color Cylindrical-coordinate representation of color #4DA5B9: hue angle of 191.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DA5B9 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 165 | 185 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.27 |
| HSL | 191.11º | 0.44% | 0.51% | - |
| HSV(B) | 191.11º | 0.58% | 0.73% | - |
| XYZ | 25.27 | 31.99 | 50.74 | - |
| YUV | 140.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 185 | 0.58 | 0.11 | 0 | 0.27 | 191.11 | 0.44 | 0.51 |
| Hex | 4D | A5 | B9 | 3A | B | 0 | 1B | BF | 2C | 33 |
| Octal | 115 | 245 | 271 | 72 | 13 | 0 | 33 | 277 | 54 | 63 |
| Binary | 1001101 | 10100101 | 10111001 | 111010 | 1011 | 0 | 11011 | 10111111 | 101100 | 110011 |
Color Harmonies of #4DA5B9
Complementary color
Monochromatic Colors of #4DA5B9
Black with #4DA5B9
Text Example
Text Example
White with #4DA5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5B9; }
p { color: rgb(77,165,185); }
H1.HeaderClassName
{
color: #4DA5B9;
}
.AnyTagClassName
{
color: #4DA5B9;
}
</style>
background-color css
<style>
a { background-color: #4DA5B9; }
a { background-color: rgb(77,165,185); }
div.DivClassName
{
background-color: #4DA5B9;
}
.BgClassName
{
background-color: #4DA5B9;
}
</style>
border-color css
<style>
span { border-color: #4DA5B9; }
span { border-color: rgb(77,165,185); }
td.TdClassName
{
border-color: #4DA5B9;
}
.TagClassName
{
border-color: #4DA5B9;
}
</style>