Shades of Viking #4BBFDB
Tints of Viking #4BBFDB
RGB
CMYK
RGB Variations
Color information
#4BBFDB (or 0x4BBFDB) is known color: Viking. HEX triplet: 4B, BF and DB. RGB value is (75,191,219). Sum of RGB (Red+Green+Blue) = 75+191+219=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFDB is #B44024. Grayscale: #9F9F9F. Windows color (decimal): -11812901 or 14401355. OLE color: 14401355.
HSL color Cylindrical-coordinate representation of color #4BBFDB: hue angle of 191.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BBFDB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 191 | 219 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.14 |
| HSL | 191.67º | 0.67% | 0.58% | - |
| HSV(B) | 191.67º | 0.66% | 0.86% | - |
| XYZ | 34.32 | 43.87 | 73.68 | - |
| YUV | 159.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 219 | 0.66 | 0.13 | 0 | 0.14 | 191.67 | 0.67 | 0.58 |
| Hex | 4B | BF | DB | 42 | D | 0 | E | C0 | 43 | 3A |
| Octal | 113 | 277 | 333 | 102 | 15 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001011 | 10111111 | 11011011 | 1000010 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4BBFDB
Complementary color
Monochromatic Colors of #4BBFDB
Black with #4BBFDB
Text Example
Text Example
White with #4BBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBFDB; }
p { color: rgb(75,191,219); }
H1.HeaderClassName
{
color: #4BBFDB;
}
.AnyTagClassName
{
color: #4BBFDB;
}
</style>
background-color css
<style>
a { background-color: #4BBFDB; }
a { background-color: rgb(75,191,219); }
div.DivClassName
{
background-color: #4BBFDB;
}
.BgClassName
{
background-color: #4BBFDB;
}
</style>
border-color css
<style>
span { border-color: #4BBFDB; }
span { border-color: rgb(75,191,219); }
td.TdClassName
{
border-color: #4BBFDB;
}
.TagClassName
{
border-color: #4BBFDB;
}
</style>