Shades of Viking #4DB1CC
Tints of Viking #4DB1CC
RGB
CMYK
RGB Variations
Color information
#4DB1CC (or 0x4DB1CC) is known color: Viking. HEX triplet: 4D, B1 and CC. RGB value is (77,177,204). Sum of RGB (Red+Green+Blue) = 77+177+204=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB1CC is #B24E33. Grayscale: #959595. Windows color (decimal): -11685428 or 13414733. OLE color: 13414733.
HSL color Cylindrical-coordinate representation of color #4DB1CC: hue angle of 192.76º degrees, saturation: 0.55, 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 #4DB1CC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 177 | 204 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.2 |
| HSL | 192.76º | 0.55% | 0.55% | - |
| HSV(B) | 192.76º | 0.62% | 0.8% | - |
| XYZ | 29.68 | 37.38 | 62.78 | - |
| YUV | 150.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 204 | 0.62 | 0.13 | 0 | 0.2 | 192.76 | 0.55 | 0.55 |
| Hex | 4D | B1 | CC | 3E | D | 0 | 14 | C1 | 37 | 37 |
| Octal | 115 | 261 | 314 | 76 | 15 | 0 | 24 | 301 | 67 | 67 |
| Binary | 1001101 | 10110001 | 11001100 | 111110 | 1101 | 0 | 10100 | 11000001 | 110111 | 110111 |
Color Harmonies of #4DB1CC
Complementary color
Monochromatic Colors of #4DB1CC
Black with #4DB1CC
Text Example
Text Example
White with #4DB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB1CC; }
p { color: rgb(77,177,204); }
H1.HeaderClassName
{
color: #4DB1CC;
}
.AnyTagClassName
{
color: #4DB1CC;
}
</style>
background-color css
<style>
a { background-color: #4DB1CC; }
a { background-color: rgb(77,177,204); }
div.DivClassName
{
background-color: #4DB1CC;
}
.BgClassName
{
background-color: #4DB1CC;
}
</style>
border-color css
<style>
span { border-color: #4DB1CC; }
span { border-color: rgb(77,177,204); }
td.TdClassName
{
border-color: #4DB1CC;
}
.TagClassName
{
border-color: #4DB1CC;
}
</style>