Shades of Viking #4BA6BD
Tints of Viking #4BA6BD
RGB
CMYK
RGB Variations
Color information
#4BA6BD (or 0x4BA6BD) is known color: Viking. HEX triplet: 4B, A6 and BD. RGB value is (75,166,189). Sum of RGB (Red+Green+Blue) = 75+166+189=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #4BA6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA6BD is #B45942. Grayscale: #8D8D8D. Windows color (decimal): -11819331 or 12428875. OLE color: 12428875.
HSL color Cylindrical-coordinate representation of color #4BA6BD: hue angle of 192.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BA6BD is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 166 | 189 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.26 |
| HSL | 192.11º | 0.46% | 0.52% | - |
| HSV(B) | 192.11º | 0.6% | 0.74% | - |
| XYZ | 25.72 | 32.44 | 53.05 | - |
| YUV | 141.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 189 | 0.60 | 0.12 | 0 | 0.26 | 192.11 | 0.46 | 0.52 |
| Hex | 4B | A6 | BD | 3C | C | 0 | 1A | C0 | 2E | 34 |
| Octal | 113 | 246 | 275 | 74 | 14 | 0 | 32 | 300 | 56 | 64 |
| Binary | 1001011 | 10100110 | 10111101 | 111100 | 1100 | 0 | 11010 | 11000000 | 101110 | 110100 |
Color Harmonies of #4BA6BD
Complementary color
Monochromatic Colors of #4BA6BD
Black with #4BA6BD
Text Example
Text Example
White with #4BA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA6BD; }
p { color: rgb(75,166,189); }
H1.HeaderClassName
{
color: #4BA6BD;
}
.AnyTagClassName
{
color: #4BA6BD;
}
</style>
background-color css
<style>
a { background-color: #4BA6BD; }
a { background-color: rgb(75,166,189); }
div.DivClassName
{
background-color: #4BA6BD;
}
.BgClassName
{
background-color: #4BA6BD;
}
</style>
border-color css
<style>
span { border-color: #4BA6BD; }
span { border-color: rgb(75,166,189); }
td.TdClassName
{
border-color: #4BA6BD;
}
.TagClassName
{
border-color: #4BA6BD;
}
</style>