Shades of Viking #4BADBB
Tints of Viking #4BADBB
RGB
CMYK
RGB Variations
Color information
#4BADBB (or 0x4BADBB) is known color: Viking. HEX triplet: 4B, AD and BB. RGB value is (75,173,187). Sum of RGB (Red+Green+Blue) = 75+173+187=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #4BADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADBB is #B45244. Grayscale: #919191. Windows color (decimal): -11817541 or 12299595. OLE color: 12299595.
HSL color Cylindrical-coordinate representation of color #4BADBB: hue angle of 187.5º 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 #4BADBB is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 173 | 187 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.27 |
| HSL | 187.5º | 0.45% | 0.51% | - |
| HSV(B) | 187.5º | 0.6% | 0.73% | - |
| XYZ | 26.81 | 34.97 | 52.35 | - |
| YUV | 145.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 187 | 0.60 | 0.07 | 0 | 0.27 | 187.5 | 0.45 | 0.51 |
| Hex | 4B | AD | BB | 3C | 7 | 0 | 1B | BC | 2D | 33 |
| Octal | 113 | 255 | 273 | 74 | 7 | 0 | 33 | 274 | 55 | 63 |
| Binary | 1001011 | 10101101 | 10111011 | 111100 | 111 | 0 | 11011 | 10111100 | 101101 | 110011 |
Color Harmonies of #4BADBB
Complementary color
Monochromatic Colors of #4BADBB
Black with #4BADBB
Text Example
Text Example
White with #4BADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADBB; }
p { color: rgb(75,173,187); }
H1.HeaderClassName
{
color: #4BADBB;
}
.AnyTagClassName
{
color: #4BADBB;
}
</style>
background-color css
<style>
a { background-color: #4BADBB; }
a { background-color: rgb(75,173,187); }
div.DivClassName
{
background-color: #4BADBB;
}
.BgClassName
{
background-color: #4BADBB;
}
</style>
border-color css
<style>
span { border-color: #4BADBB; }
span { border-color: rgb(75,173,187); }
td.TdClassName
{
border-color: #4BADBB;
}
.TagClassName
{
border-color: #4BADBB;
}
</style>