Shades of Viking #4BBADB
Tints of Viking #4BBADB
RGB
CMYK
RGB Variations
Color information
#4BBADB (or 0x4BBADB) is known color: Viking. HEX triplet: 4B, BA and DB. RGB value is (75,186,219). Sum of RGB (Red+Green+Blue) = 75+186+219=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBADB is #B44524. Grayscale: #9C9C9C. Windows color (decimal): -11814181 or 14400075. OLE color: 14400075.
HSL color Cylindrical-coordinate representation of color #4BBADB: hue angle of 193.75º 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 #4BBADB is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 186 | 219 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.14 |
| HSL | 193.75º | 0.67% | 0.58% | - |
| HSV(B) | 193.75º | 0.66% | 0.86% | - |
| XYZ | 33.25 | 41.73 | 73.32 | - |
| YUV | 156.57 | 163.23 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 219 | 0.66 | 0.15 | 0 | 0.14 | 193.75 | 0.67 | 0.58 |
| Hex | 4B | BA | DB | 42 | F | 0 | E | C2 | 43 | 3A |
| Octal | 113 | 272 | 333 | 102 | 17 | 0 | 16 | 302 | 103 | 72 |
| Binary | 1001011 | 10111010 | 11011011 | 1000010 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111010 |
Color Harmonies of #4BBADB
Complementary color
Monochromatic Colors of #4BBADB
Black with #4BBADB
Text Example
Text Example
White with #4BBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBADB; }
p { color: rgb(75,186,219); }
H1.HeaderClassName
{
color: #4BBADB;
}
.AnyTagClassName
{
color: #4BBADB;
}
</style>
background-color css
<style>
a { background-color: #4BBADB; }
a { background-color: rgb(75,186,219); }
div.DivClassName
{
background-color: #4BBADB;
}
.BgClassName
{
background-color: #4BBADB;
}
</style>
border-color css
<style>
span { border-color: #4BBADB; }
span { border-color: rgb(75,186,219); }
td.TdClassName
{
border-color: #4BBADB;
}
.TagClassName
{
border-color: #4BBADB;
}
</style>