Shades of Viking #4CADBA
Tints of Viking #4CADBA
RGB
CMYK
RGB Variations
Color information
#4CADBA (or 0x4CADBA) is known color: Viking. HEX triplet: 4C, AD and BA. RGB value is (76,173,186). Sum of RGB (Red+Green+Blue) = 76+173+186=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADBA is #B35245. Grayscale: #919191. Windows color (decimal): -11752006 or 12234060. OLE color: 12234060.
HSL color Cylindrical-coordinate representation of color #4CADBA: hue angle of 187.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CADBA is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 173 | 186 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.27 |
| HSL | 187.09º | 0.44% | 0.51% | - |
| HSV(B) | 187.09º | 0.59% | 0.73% | - |
| XYZ | 26.79 | 34.97 | 51.79 | - |
| YUV | 145.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 186 | 0.59 | 0.07 | 0 | 0.27 | 187.09 | 0.44 | 0.51 |
| Hex | 4C | AD | BA | 3B | 7 | 0 | 1B | BB | 2C | 33 |
| Octal | 114 | 255 | 272 | 73 | 7 | 0 | 33 | 273 | 54 | 63 |
| Binary | 1001100 | 10101101 | 10111010 | 111011 | 111 | 0 | 11011 | 10111011 | 101100 | 110011 |
Color Harmonies of #4CADBA
Complementary color
Monochromatic Colors of #4CADBA
Black with #4CADBA
Text Example
Text Example
White with #4CADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CADBA; }
p { color: rgb(76,173,186); }
H1.HeaderClassName
{
color: #4CADBA;
}
.AnyTagClassName
{
color: #4CADBA;
}
</style>
background-color css
<style>
a { background-color: #4CADBA; }
a { background-color: rgb(76,173,186); }
div.DivClassName
{
background-color: #4CADBA;
}
.BgClassName
{
background-color: #4CADBA;
}
</style>
border-color css
<style>
span { border-color: #4CADBA; }
span { border-color: rgb(76,173,186); }
td.TdClassName
{
border-color: #4CADBA;
}
.TagClassName
{
border-color: #4CADBA;
}
</style>