Shades of Viking #4BA5B9
Tints of Viking #4BA5B9
RGB
CMYK
RGB Variations
Color information
#4BA5B9 (or 0x4BA5B9) is known color: Viking. HEX triplet: 4B, A5 and B9. RGB value is (75,165,185). Sum of RGB (Red+Green+Blue) = 75+165+185=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #4BA5B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5B9 is #B45A46. Grayscale: #8C8C8C. Windows color (decimal): -11819591 or 12166475. OLE color: 12166475.
HSL color Cylindrical-coordinate representation of color #4BA5B9: hue angle of 190.91º 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 #4BA5B9 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 165 | 185 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.27 |
| HSL | 190.91º | 0.44% | 0.51% | - |
| HSV(B) | 190.91º | 0.59% | 0.73% | - |
| XYZ | 25.11 | 31.91 | 50.73 | - |
| YUV | 140.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 185 | 0.59 | 0.11 | 0 | 0.27 | 190.91 | 0.44 | 0.51 |
| Hex | 4B | A5 | B9 | 3B | B | 0 | 1B | BF | 2C | 33 |
| Octal | 113 | 245 | 271 | 73 | 13 | 0 | 33 | 277 | 54 | 63 |
| Binary | 1001011 | 10100101 | 10111001 | 111011 | 1011 | 0 | 11011 | 10111111 | 101100 | 110011 |
Color Harmonies of #4BA5B9
Complementary color
Monochromatic Colors of #4BA5B9
Black with #4BA5B9
Text Example
Text Example
White with #4BA5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA5B9; }
p { color: rgb(75,165,185); }
H1.HeaderClassName
{
color: #4BA5B9;
}
.AnyTagClassName
{
color: #4BA5B9;
}
</style>
background-color css
<style>
a { background-color: #4BA5B9; }
a { background-color: rgb(75,165,185); }
div.DivClassName
{
background-color: #4BA5B9;
}
.BgClassName
{
background-color: #4BA5B9;
}
</style>
border-color css
<style>
span { border-color: #4BA5B9; }
span { border-color: rgb(75,165,185); }
td.TdClassName
{
border-color: #4BA5B9;
}
.TagClassName
{
border-color: #4BA5B9;
}
</style>