Shades of Viking #4CA6BA
Tints of Viking #4CA6BA
RGB
CMYK
RGB Variations
Color information
#4CA6BA (or 0x4CA6BA) is known color: Viking. HEX triplet: 4C, A6 and BA. RGB value is (76,166,186). Sum of RGB (Red+Green+Blue) = 76+166+186=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CA6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA6BA is #B35945. Grayscale: #8D8D8D. Windows color (decimal): -11753798 or 12232268. OLE color: 12232268.
HSL color Cylindrical-coordinate representation of color #4CA6BA: hue angle of 190.91º 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 #4CA6BA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 166 | 186 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.27 |
| HSL | 190.91º | 0.44% | 0.51% | - |
| HSV(B) | 190.91º | 0.59% | 0.73% | - |
| XYZ | 25.48 | 32.35 | 51.36 | - |
| YUV | 141.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 186 | 0.59 | 0.11 | 0 | 0.27 | 190.91 | 0.44 | 0.51 |
| Hex | 4C | A6 | BA | 3B | B | 0 | 1B | BF | 2C | 33 |
| Octal | 114 | 246 | 272 | 73 | 13 | 0 | 33 | 277 | 54 | 63 |
| Binary | 1001100 | 10100110 | 10111010 | 111011 | 1011 | 0 | 11011 | 10111111 | 101100 | 110011 |
Color Harmonies of #4CA6BA
Complementary color
Monochromatic Colors of #4CA6BA
Black with #4CA6BA
Text Example
Text Example
White with #4CA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA6BA; }
p { color: rgb(76,166,186); }
H1.HeaderClassName
{
color: #4CA6BA;
}
.AnyTagClassName
{
color: #4CA6BA;
}
</style>
background-color css
<style>
a { background-color: #4CA6BA; }
a { background-color: rgb(76,166,186); }
div.DivClassName
{
background-color: #4CA6BA;
}
.BgClassName
{
background-color: #4CA6BA;
}
</style>
border-color css
<style>
span { border-color: #4CA6BA; }
span { border-color: rgb(76,166,186); }
td.TdClassName
{
border-color: #4CA6BA;
}
.TagClassName
{
border-color: #4CA6BA;
}
</style>