Shades of Viking #4DB1CD
Tints of Viking #4DB1CD
RGB
CMYK
RGB Variations
Color information
#4DB1CD (or 0x4DB1CD) is known color: Viking. HEX triplet: 4D, B1 and CD. RGB value is (77,177,205). Sum of RGB (Red+Green+Blue) = 77+177+205=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB1CD is #B24E32. Grayscale: #969696. Windows color (decimal): -11685427 or 13480269. OLE color: 13480269.
HSL color Cylindrical-coordinate representation of color #4DB1CD: hue angle of 193.12º 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 #4DB1CD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 177 | 205 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.20 |
| HSL | 193.13º | 0.56% | 0.55% | - |
| HSV(B) | 193.13º | 0.62% | 0.8% | - |
| XYZ | 29.8 | 37.43 | 63.41 | - |
| YUV | 150.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 205 | 0.62 | 0.14 | 0 | 0.20 | 193.13 | 0.56 | 0.55 |
| Hex | 4D | B1 | CD | 3E | E | 0 | 14 | C1 | 38 | 37 |
| Octal | 115 | 261 | 315 | 76 | 16 | 0 | 24 | 301 | 70 | 67 |
| Binary | 1001101 | 10110001 | 11001101 | 111110 | 1110 | 0 | 10100 | 11000001 | 111000 | 110111 |
Color Harmonies of #4DB1CD
Complementary color
Monochromatic Colors of #4DB1CD
Black with #4DB1CD
Text Example
Text Example
White with #4DB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB1CD; }
p { color: rgb(77,177,205); }
H1.HeaderClassName
{
color: #4DB1CD;
}
.AnyTagClassName
{
color: #4DB1CD;
}
</style>
background-color css
<style>
a { background-color: #4DB1CD; }
a { background-color: rgb(77,177,205); }
div.DivClassName
{
background-color: #4DB1CD;
}
.BgClassName
{
background-color: #4DB1CD;
}
</style>
border-color css
<style>
span { border-color: #4DB1CD; }
span { border-color: rgb(77,177,205); }
td.TdClassName
{
border-color: #4DB1CD;
}
.TagClassName
{
border-color: #4DB1CD;
}
</style>