Shades of Viking #4BA4B9
Tints of Viking #4BA4B9
RGB
CMYK
RGB Variations
Color information
#4BA4B9 (or 0x4BA4B9) is known color: Viking. HEX triplet: 4B, A4 and B9. RGB value is (75,164,185). Sum of RGB (Red+Green+Blue) = 75+164+185=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #4BA4B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA4B9 is #B45B46. Grayscale: #8B8B8B. Windows color (decimal): -11819847 or 12166219. OLE color: 12166219.
HSL color Cylindrical-coordinate representation of color #4BA4B9: hue angle of 191.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BA4B9 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 164 | 185 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.27 |
| HSL | 191.45º | 0.44% | 0.51% | - |
| HSV(B) | 191.45º | 0.59% | 0.73% | - |
| XYZ | 24.93 | 31.55 | 50.67 | - |
| YUV | 139.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 185 | 0.59 | 0.11 | 0 | 0.27 | 191.45 | 0.44 | 0.51 |
| Hex | 4B | A4 | B9 | 3B | B | 0 | 1B | BF | 2C | 33 |
| Octal | 113 | 244 | 271 | 73 | 13 | 0 | 33 | 277 | 54 | 63 |
| Binary | 1001011 | 10100100 | 10111001 | 111011 | 1011 | 0 | 11011 | 10111111 | 101100 | 110011 |
Color Harmonies of #4BA4B9
Complementary color
Monochromatic Colors of #4BA4B9
Black with #4BA4B9
Text Example
Text Example
White with #4BA4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4B9; }
p { color: rgb(75,164,185); }
H1.HeaderClassName
{
color: #4BA4B9;
}
.AnyTagClassName
{
color: #4BA4B9;
}
</style>
background-color css
<style>
a { background-color: #4BA4B9; }
a { background-color: rgb(75,164,185); }
div.DivClassName
{
background-color: #4BA4B9;
}
.BgClassName
{
background-color: #4BA4B9;
}
</style>
border-color css
<style>
span { border-color: #4BA4B9; }
span { border-color: rgb(75,164,185); }
td.TdClassName
{
border-color: #4BA4B9;
}
.TagClassName
{
border-color: #4BA4B9;
}
</style>