Shades of Viking #4BBEDB
Tints of Viking #4BBEDB
RGB
CMYK
RGB Variations
Color information
#4BBEDB (or 0x4BBEDB) is known color: Viking. HEX triplet: 4B, BE and DB. RGB value is (75,190,219). Sum of RGB (Red+Green+Blue) = 75+190+219=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEDB is #B44124. Grayscale: #9E9E9E. Windows color (decimal): -11813157 or 14401099. OLE color: 14401099.
HSL color Cylindrical-coordinate representation of color #4BBEDB: hue angle of 192.08º 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 #4BBEDB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 190 | 219 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.14 |
| HSL | 192.08º | 0.67% | 0.58% | - |
| HSV(B) | 192.08º | 0.66% | 0.86% | - |
| XYZ | 34.1 | 43.44 | 73.6 | - |
| YUV | 158.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 219 | 0.66 | 0.13 | 0 | 0.14 | 192.08 | 0.67 | 0.58 |
| Hex | 4B | BE | DB | 42 | D | 0 | E | C0 | 43 | 3A |
| Octal | 113 | 276 | 333 | 102 | 15 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001011 | 10111110 | 11011011 | 1000010 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4BBEDB
Complementary color
Monochromatic Colors of #4BBEDB
Black with #4BBEDB
Text Example
Text Example
White with #4BBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBEDB; }
p { color: rgb(75,190,219); }
H1.HeaderClassName
{
color: #4BBEDB;
}
.AnyTagClassName
{
color: #4BBEDB;
}
</style>
background-color css
<style>
a { background-color: #4BBEDB; }
a { background-color: rgb(75,190,219); }
div.DivClassName
{
background-color: #4BBEDB;
}
.BgClassName
{
background-color: #4BBEDB;
}
</style>
border-color css
<style>
span { border-color: #4BBEDB; }
span { border-color: rgb(75,190,219); }
td.TdClassName
{
border-color: #4BBEDB;
}
.TagClassName
{
border-color: #4BBEDB;
}
</style>