Shades of Viking #4DB7CD
Tints of Viking #4DB7CD
RGB
CMYK
RGB Variations
Color information
#4DB7CD (or 0x4DB7CD) is known color: Viking. HEX triplet: 4D, B7 and CD. RGB value is (77,183,205). Sum of RGB (Red+Green+Blue) = 77+183+205=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7CD is #B24832. Grayscale: #999999. Windows color (decimal): -11683891 or 13481805. OLE color: 13481805.
HSL color Cylindrical-coordinate representation of color #4DB7CD: hue angle of 190.31º 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 #4DB7CD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 183 | 205 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.20 |
| HSL | 190.31º | 0.56% | 0.55% | - |
| HSV(B) | 190.31º | 0.62% | 0.8% | - |
| XYZ | 31.01 | 39.85 | 63.82 | - |
| YUV | 153.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 205 | 0.62 | 0.11 | 0 | 0.20 | 190.31 | 0.56 | 0.55 |
| Hex | 4D | B7 | CD | 3E | B | 0 | 14 | BE | 38 | 37 |
| Octal | 115 | 267 | 315 | 76 | 13 | 0 | 24 | 276 | 70 | 67 |
| Binary | 1001101 | 10110111 | 11001101 | 111110 | 1011 | 0 | 10100 | 10111110 | 111000 | 110111 |
Color Harmonies of #4DB7CD
Complementary color
Monochromatic Colors of #4DB7CD
Black with #4DB7CD
Text Example
Text Example
White with #4DB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7CD; }
p { color: rgb(77,183,205); }
H1.HeaderClassName
{
color: #4DB7CD;
}
.AnyTagClassName
{
color: #4DB7CD;
}
</style>
background-color css
<style>
a { background-color: #4DB7CD; }
a { background-color: rgb(77,183,205); }
div.DivClassName
{
background-color: #4DB7CD;
}
.BgClassName
{
background-color: #4DB7CD;
}
</style>
border-color css
<style>
span { border-color: #4DB7CD; }
span { border-color: rgb(77,183,205); }
td.TdClassName
{
border-color: #4DB7CD;
}
.TagClassName
{
border-color: #4DB7CD;
}
</style>