Shades of Viking #4BA8BB
Tints of Viking #4BA8BB
RGB
CMYK
RGB Variations
Color information
#4BA8BB (or 0x4BA8BB) is known color: Viking. HEX triplet: 4B, A8 and BB. RGB value is (75,168,187). Sum of RGB (Red+Green+Blue) = 75+168+187=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #4BA8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA8BB is #B45744. Grayscale: #8E8E8E. Windows color (decimal): -11818821 or 12298315. OLE color: 12298315.
HSL color Cylindrical-coordinate representation of color #4BA8BB: hue angle of 190.18º 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 #4BA8BB is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 168 | 187 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.27 |
| HSL | 190.18º | 0.45% | 0.51% | - |
| HSV(B) | 190.18º | 0.6% | 0.73% | - |
| XYZ | 25.87 | 33.09 | 52.04 | - |
| YUV | 142.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 187 | 0.60 | 0.10 | 0 | 0.27 | 190.18 | 0.45 | 0.51 |
| Hex | 4B | A8 | BB | 3C | A | 0 | 1B | BE | 2D | 33 |
| Octal | 113 | 250 | 273 | 74 | 12 | 0 | 33 | 276 | 55 | 63 |
| Binary | 1001011 | 10101000 | 10111011 | 111100 | 1010 | 0 | 11011 | 10111110 | 101101 | 110011 |
Color Harmonies of #4BA8BB
Complementary color
Monochromatic Colors of #4BA8BB
Black with #4BA8BB
Text Example
Text Example
White with #4BA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA8BB; }
p { color: rgb(75,168,187); }
H1.HeaderClassName
{
color: #4BA8BB;
}
.AnyTagClassName
{
color: #4BA8BB;
}
</style>
background-color css
<style>
a { background-color: #4BA8BB; }
a { background-color: rgb(75,168,187); }
div.DivClassName
{
background-color: #4BA8BB;
}
.BgClassName
{
background-color: #4BA8BB;
}
</style>
border-color css
<style>
span { border-color: #4BA8BB; }
span { border-color: rgb(75,168,187); }
td.TdClassName
{
border-color: #4BA8BB;
}
.TagClassName
{
border-color: #4BA8BB;
}
</style>