Shades of Viking #4DB3CD
Tints of Viking #4DB3CD
RGB
CMYK
RGB Variations
Color information
#4DB3CD (or 0x4DB3CD) is known color: Viking. HEX triplet: 4D, B3 and CD. RGB value is (77,179,205). Sum of RGB (Red+Green+Blue) = 77+179+205=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3CD is #B24C32. Grayscale: #979797. Windows color (decimal): -11684915 or 13480781. OLE color: 13480781.
HSL color Cylindrical-coordinate representation of color #4DB3CD: hue angle of 192.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB3CD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 179 | 205 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.20 |
| HSL | 192.19º | 0.56% | 0.55% | - |
| HSV(B) | 192.19º | 0.62% | 0.8% | - |
| XYZ | 30.2 | 38.23 | 63.54 | - |
| YUV | 151.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 205 | 0.62 | 0.13 | 0 | 0.20 | 192.19 | 0.56 | 0.55 |
| Hex | 4D | B3 | CD | 3E | D | 0 | 14 | C0 | 38 | 37 |
| Octal | 115 | 263 | 315 | 76 | 15 | 0 | 24 | 300 | 70 | 67 |
| Binary | 1001101 | 10110011 | 11001101 | 111110 | 1101 | 0 | 10100 | 11000000 | 111000 | 110111 |
Color Harmonies of #4DB3CD
Complementary color
Monochromatic Colors of #4DB3CD
Black with #4DB3CD
Text Example
Text Example
White with #4DB3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB3CD; }
p { color: rgb(77,179,205); }
H1.HeaderClassName
{
color: #4DB3CD;
}
.AnyTagClassName
{
color: #4DB3CD;
}
</style>
background-color css
<style>
a { background-color: #4DB3CD; }
a { background-color: rgb(77,179,205); }
div.DivClassName
{
background-color: #4DB3CD;
}
.BgClassName
{
background-color: #4DB3CD;
}
</style>
border-color css
<style>
span { border-color: #4DB3CD; }
span { border-color: rgb(77,179,205); }
td.TdClassName
{
border-color: #4DB3CD;
}
.TagClassName
{
border-color: #4DB3CD;
}
</style>