Shades of Viking #4BA5BB
Tints of Viking #4BA5BB
RGB
CMYK
RGB Variations
Color information
#4BA5BB (or 0x4BA5BB) is known color: Viking. HEX triplet: 4B, A5 and BB. RGB value is (75,165,187). Sum of RGB (Red+Green+Blue) = 75+165+187=427 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.56% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #4BA5BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5BB is #B45A44. Grayscale: #8C8C8C. Windows color (decimal): -11819589 or 12297547. OLE color: 12297547.
HSL color Cylindrical-coordinate representation of color #4BA5BB: hue angle of 191.79º 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 #4BA5BB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 165 | 187 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.27 |
| HSL | 191.79º | 0.45% | 0.51% | - |
| HSV(B) | 191.79º | 0.6% | 0.73% | - |
| XYZ | 25.33 | 31.99 | 51.85 | - |
| YUV | 140.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 187 | 0.60 | 0.12 | 0 | 0.27 | 191.79 | 0.45 | 0.51 |
| Hex | 4B | A5 | BB | 3C | C | 0 | 1B | C0 | 2D | 33 |
| Octal | 113 | 245 | 273 | 74 | 14 | 0 | 33 | 300 | 55 | 63 |
| Binary | 1001011 | 10100101 | 10111011 | 111100 | 1100 | 0 | 11011 | 11000000 | 101101 | 110011 |
Color Harmonies of #4BA5BB
Complementary color
Monochromatic Colors of #4BA5BB
Black with #4BA5BB
Text Example
Text Example
White with #4BA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA5BB; }
p { color: rgb(75,165,187); }
H1.HeaderClassName
{
color: #4BA5BB;
}
.AnyTagClassName
{
color: #4BA5BB;
}
</style>
background-color css
<style>
a { background-color: #4BA5BB; }
a { background-color: rgb(75,165,187); }
div.DivClassName
{
background-color: #4BA5BB;
}
.BgClassName
{
background-color: #4BA5BB;
}
</style>
border-color css
<style>
span { border-color: #4BA5BB; }
span { border-color: rgb(75,165,187); }
td.TdClassName
{
border-color: #4BA5BB;
}
.TagClassName
{
border-color: #4BA5BB;
}
</style>