Shades of Viking #4CBAD5
Tints of Viking #4CBAD5
RGB
CMYK
RGB Variations
Color information
#4CBAD5 (or 0x4CBAD5) is known color: Viking. HEX triplet: 4C, BA and D5. RGB value is (76,186,213). Sum of RGB (Red+Green+Blue) = 76+186+213=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #4CBAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBAD5 is #B3452A. Grayscale: #9B9B9B. Windows color (decimal): -11748651 or 14006860. OLE color: 14006860.
HSL color Cylindrical-coordinate representation of color #4CBAD5: hue angle of 191.82º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CBAD5 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 186 | 213 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.16 |
| HSL | 191.82º | 0.62% | 0.57% | - |
| HSV(B) | 191.82º | 0.64% | 0.84% | - |
| XYZ | 32.55 | 41.46 | 69.24 | - |
| YUV | 156.19 | 160.06 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 213 | 0.64 | 0.13 | 0 | 0.16 | 191.82 | 0.62 | 0.57 |
| Hex | 4C | BA | D5 | 40 | D | 0 | 10 | C0 | 3E | 39 |
| Octal | 114 | 272 | 325 | 100 | 15 | 0 | 20 | 300 | 76 | 71 |
| Binary | 1001100 | 10111010 | 11010101 | 1000000 | 1101 | 0 | 10000 | 11000000 | 111110 | 111001 |
Color Harmonies of #4CBAD5
Complementary color
Monochromatic Colors of #4CBAD5
Black with #4CBAD5
Text Example
Text Example
White with #4CBAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAD5; }
p { color: rgb(76,186,213); }
H1.HeaderClassName
{
color: #4CBAD5;
}
.AnyTagClassName
{
color: #4CBAD5;
}
</style>
background-color css
<style>
a { background-color: #4CBAD5; }
a { background-color: rgb(76,186,213); }
div.DivClassName
{
background-color: #4CBAD5;
}
.BgClassName
{
background-color: #4CBAD5;
}
</style>
border-color css
<style>
span { border-color: #4CBAD5; }
span { border-color: rgb(76,186,213); }
td.TdClassName
{
border-color: #4CBAD5;
}
.TagClassName
{
border-color: #4CBAD5;
}
</style>