Shades of Viking #4DB2CC
Tints of Viking #4DB2CC
RGB
CMYK
RGB Variations
Color information
#4DB2CC (or 0x4DB2CC) is known color: Viking. HEX triplet: 4D, B2 and CC. RGB value is (77,178,204). Sum of RGB (Red+Green+Blue) = 77+178+204=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DB2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB2CC is #B24D33. Grayscale: #969696. Windows color (decimal): -11685172 or 13414989. OLE color: 13414989.
HSL color Cylindrical-coordinate representation of color #4DB2CC: hue angle of 192.28º 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 #4DB2CC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 178 | 204 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.2 |
| HSL | 192.28º | 0.55% | 0.55% | - |
| HSV(B) | 192.28º | 0.62% | 0.8% | - |
| XYZ | 29.88 | 37.78 | 62.84 | - |
| YUV | 150.77 | 158.04 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 204 | 0.62 | 0.13 | 0 | 0.2 | 192.28 | 0.55 | 0.55 |
| Hex | 4D | B2 | CC | 3E | D | 0 | 14 | C0 | 37 | 37 |
| Octal | 115 | 262 | 314 | 76 | 15 | 0 | 24 | 300 | 67 | 67 |
| Binary | 1001101 | 10110010 | 11001100 | 111110 | 1101 | 0 | 10100 | 11000000 | 110111 | 110111 |
Color Harmonies of #4DB2CC
Complementary color
Monochromatic Colors of #4DB2CC
Black with #4DB2CC
Text Example
Text Example
White with #4DB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB2CC; }
p { color: rgb(77,178,204); }
H1.HeaderClassName
{
color: #4DB2CC;
}
.AnyTagClassName
{
color: #4DB2CC;
}
</style>
background-color css
<style>
a { background-color: #4DB2CC; }
a { background-color: rgb(77,178,204); }
div.DivClassName
{
background-color: #4DB2CC;
}
.BgClassName
{
background-color: #4DB2CC;
}
</style>
border-color css
<style>
span { border-color: #4DB2CC; }
span { border-color: rgb(77,178,204); }
td.TdClassName
{
border-color: #4DB2CC;
}
.TagClassName
{
border-color: #4DB2CC;
}
</style>