Shades of Viking #4DAFBD
Tints of Viking #4DAFBD
RGB
CMYK
RGB Variations
Color information
#4DAFBD (or 0x4DAFBD) is known color: Viking. HEX triplet: 4D, AF and BD. RGB value is (77,175,189). Sum of RGB (Red+Green+Blue) = 77+175+189=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFBD is #B25042. Grayscale: #939393. Windows color (decimal): -11685955 or 12431181. OLE color: 12431181.
HSL color Cylindrical-coordinate representation of color #4DAFBD: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAFBD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 175 | 189 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.26 |
| HSL | 187.5º | 0.46% | 0.52% | - |
| HSV(B) | 187.5º | 0.59% | 0.74% | - |
| XYZ | 27.58 | 35.91 | 53.62 | - |
| YUV | 147.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 189 | 0.59 | 0.07 | 0 | 0.26 | 187.5 | 0.46 | 0.52 |
| Hex | 4D | AF | BD | 3B | 7 | 0 | 1A | BC | 2E | 34 |
| Octal | 115 | 257 | 275 | 73 | 7 | 0 | 32 | 274 | 56 | 64 |
| Binary | 1001101 | 10101111 | 10111101 | 111011 | 111 | 0 | 11010 | 10111100 | 101110 | 110100 |
Color Harmonies of #4DAFBD
Complementary color
Monochromatic Colors of #4DAFBD
Black with #4DAFBD
Text Example
Text Example
White with #4DAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFBD; }
p { color: rgb(77,175,189); }
H1.HeaderClassName
{
color: #4DAFBD;
}
.AnyTagClassName
{
color: #4DAFBD;
}
</style>
background-color css
<style>
a { background-color: #4DAFBD; }
a { background-color: rgb(77,175,189); }
div.DivClassName
{
background-color: #4DAFBD;
}
.BgClassName
{
background-color: #4DAFBD;
}
</style>
border-color css
<style>
span { border-color: #4DAFBD; }
span { border-color: rgb(77,175,189); }
td.TdClassName
{
border-color: #4DAFBD;
}
.TagClassName
{
border-color: #4DAFBD;
}
</style>