Shades of Viking #4BBBBA
Tints of Viking #4BBBBA
RGB
CMYK
RGB Variations
Color information
#4BBBBA (or 0x4BBBBA) is known color: Viking. HEX triplet: 4B, BB and BA. RGB value is (75,187,186). Sum of RGB (Red+Green+Blue) = 75+187+186=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBBA is #B44445. Grayscale: #999999. Windows color (decimal): -11813958 or 12237643. OLE color: 12237643.
HSL color Cylindrical-coordinate representation of color #4BBBBA: hue angle of 179.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBBBA is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 187 | 186 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.27 |
| HSL | 179.46º | 0.45% | 0.51% | - |
| HSV(B) | 179.46º | 0.6% | 0.73% | - |
| XYZ | 29.53 | 40.58 | 52.73 | - |
| YUV | 153.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 186 | 0.60 | 0 | 0.01 | 0.27 | 179.46 | 0.45 | 0.51 |
| Hex | 4B | BB | BA | 3C | 0 | 1 | 1B | B3 | 2D | 33 |
| Octal | 113 | 273 | 272 | 74 | 0 | 1 | 33 | 263 | 55 | 63 |
| Binary | 1001011 | 10111011 | 10111010 | 111100 | 0 | 1 | 11011 | 10110011 | 101101 | 110011 |
Color Harmonies of #4BBBBA
Complementary color
Monochromatic Colors of #4BBBBA
Black with #4BBBBA
Text Example
Text Example
White with #4BBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBBBA; }
p { color: rgb(75,187,186); }
H1.HeaderClassName
{
color: #4BBBBA;
}
.AnyTagClassName
{
color: #4BBBBA;
}
</style>
background-color css
<style>
a { background-color: #4BBBBA; }
a { background-color: rgb(75,187,186); }
div.DivClassName
{
background-color: #4BBBBA;
}
.BgClassName
{
background-color: #4BBBBA;
}
</style>
border-color css
<style>
span { border-color: #4BBBBA; }
span { border-color: rgb(75,187,186); }
td.TdClassName
{
border-color: #4BBBBA;
}
.TagClassName
{
border-color: #4BBBBA;
}
</style>