Shades of Viking #4BBBD1
Tints of Viking #4BBBD1
RGB
CMYK
RGB Variations
Color information
#4BBBD1 (or 0x4BBBD1) is known color: Viking. HEX triplet: 4B, BB and D1. RGB value is (75,187,209). Sum of RGB (Red+Green+Blue) = 75+187+209=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #4BBBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBD1 is #B4442E. Grayscale: #9B9B9B. Windows color (decimal): -11813935 or 13744971. OLE color: 13744971.
HSL color Cylindrical-coordinate representation of color #4BBBD1: hue angle of 189.85º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBBD1 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 187 | 209 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.18 |
| HSL | 189.85º | 0.59% | 0.56% | - |
| HSV(B) | 189.85º | 0.64% | 0.82% | - |
| XYZ | 32.18 | 41.64 | 66.66 | - |
| YUV | 156.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 209 | 0.64 | 0.11 | 0 | 0.18 | 189.85 | 0.59 | 0.56 |
| Hex | 4B | BB | D1 | 40 | B | 0 | 12 | BE | 3B | 38 |
| Octal | 113 | 273 | 321 | 100 | 13 | 0 | 22 | 276 | 73 | 70 |
| Binary | 1001011 | 10111011 | 11010001 | 1000000 | 1011 | 0 | 10010 | 10111110 | 111011 | 111000 |
Color Harmonies of #4BBBD1
Complementary color
Monochromatic Colors of #4BBBD1
Black with #4BBBD1
Text Example
Text Example
White with #4BBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBBD1; }
p { color: rgb(75,187,209); }
H1.HeaderClassName
{
color: #4BBBD1;
}
.AnyTagClassName
{
color: #4BBBD1;
}
</style>
background-color css
<style>
a { background-color: #4BBBD1; }
a { background-color: rgb(75,187,209); }
div.DivClassName
{
background-color: #4BBBD1;
}
.BgClassName
{
background-color: #4BBBD1;
}
</style>
border-color css
<style>
span { border-color: #4BBBD1; }
span { border-color: rgb(75,187,209); }
td.TdClassName
{
border-color: #4BBBD1;
}
.TagClassName
{
border-color: #4BBBD1;
}
</style>