Shades of Viking #4BBACD
Tints of Viking #4BBACD
RGB
CMYK
RGB Variations
Color information
#4BBACD (or 0x4BBACD) is known color: Viking. HEX triplet: 4B, BA and CD. RGB value is (75,186,205). Sum of RGB (Red+Green+Blue) = 75+186+205=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #4BBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBACD is #B44532. Grayscale: #9A9A9A. Windows color (decimal): -11814195 or 13482571. OLE color: 13482571.
HSL color Cylindrical-coordinate representation of color #4BBACD: hue angle of 188.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBACD is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 186 | 205 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.20 |
| HSL | 188.77º | 0.57% | 0.55% | - |
| HSV(B) | 188.77º | 0.63% | 0.8% | - |
| XYZ | 31.48 | 41.02 | 64.02 | - |
| YUV | 154.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 205 | 0.63 | 0.09 | 0 | 0.20 | 188.77 | 0.57 | 0.55 |
| Hex | 4B | BA | CD | 3F | 9 | 0 | 14 | BD | 39 | 37 |
| Octal | 113 | 272 | 315 | 77 | 11 | 0 | 24 | 275 | 71 | 67 |
| Binary | 1001011 | 10111010 | 11001101 | 111111 | 1001 | 0 | 10100 | 10111101 | 111001 | 110111 |
Color Harmonies of #4BBACD
Complementary color
Monochromatic Colors of #4BBACD
Black with #4BBACD
Text Example
Text Example
White with #4BBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBACD; }
p { color: rgb(75,186,205); }
H1.HeaderClassName
{
color: #4BBACD;
}
.AnyTagClassName
{
color: #4BBACD;
}
</style>
background-color css
<style>
a { background-color: #4BBACD; }
a { background-color: rgb(75,186,205); }
div.DivClassName
{
background-color: #4BBACD;
}
.BgClassName
{
background-color: #4BBACD;
}
</style>
border-color css
<style>
span { border-color: #4BBACD; }
span { border-color: rgb(75,186,205); }
td.TdClassName
{
border-color: #4BBACD;
}
.TagClassName
{
border-color: #4BBACD;
}
</style>