Shades of Viking #4BA4C6
Tints of Viking #4BA4C6
RGB
CMYK
RGB Variations
Color information
#4BA4C6 (or 0x4BA4C6) is known color: Viking. HEX triplet: 4B, A4 and C6. RGB value is (75,164,198). Sum of RGB (Red+Green+Blue) = 75+164+198=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #4BA4C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA4C6 is #B45B39. Grayscale: #8D8D8D. Windows color (decimal): -11819834 or 13018187. OLE color: 13018187.
HSL color Cylindrical-coordinate representation of color #4BA4C6: hue angle of 196.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BA4C6 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 164 | 198 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.22 |
| HSL | 196.59º | 0.52% | 0.54% | - |
| HSV(B) | 196.59º | 0.62% | 0.78% | - |
| XYZ | 26.37 | 32.12 | 58.24 | - |
| YUV | 141.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 198 | 0.62 | 0.17 | 0 | 0.22 | 196.59 | 0.52 | 0.54 |
| Hex | 4B | A4 | C6 | 3E | 11 | 0 | 16 | C5 | 34 | 36 |
| Octal | 113 | 244 | 306 | 76 | 21 | 0 | 26 | 305 | 64 | 66 |
| Binary | 1001011 | 10100100 | 11000110 | 111110 | 10001 | 0 | 10110 | 11000101 | 110100 | 110110 |
Color Harmonies of #4BA4C6
Complementary color
Monochromatic Colors of #4BA4C6
Black with #4BA4C6
Text Example
Text Example
White with #4BA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4C6; }
p { color: rgb(75,164,198); }
H1.HeaderClassName
{
color: #4BA4C6;
}
.AnyTagClassName
{
color: #4BA4C6;
}
</style>
background-color css
<style>
a { background-color: #4BA4C6; }
a { background-color: rgb(75,164,198); }
div.DivClassName
{
background-color: #4BA4C6;
}
.BgClassName
{
background-color: #4BA4C6;
}
</style>
border-color css
<style>
span { border-color: #4BA4C6; }
span { border-color: rgb(75,164,198); }
td.TdClassName
{
border-color: #4BA4C6;
}
.TagClassName
{
border-color: #4BA4C6;
}
</style>