Shades of Viking #4BA0BE
Tints of Viking #4BA0BE
RGB
CMYK
RGB Variations
Color information
#4BA0BE (or 0x4BA0BE) is known color: Viking. HEX triplet: 4B, A0 and BE. RGB value is (75,160,190). Sum of RGB (Red+Green+Blue) = 75+160+190=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA0BE is #B45F41. Grayscale: #898989. Windows color (decimal): -11820866 or 12492875. OLE color: 12492875.
HSL color Cylindrical-coordinate representation of color #4BA0BE: hue angle of 195.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BA0BE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 160 | 190 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.25 |
| HSL | 195.65º | 0.47% | 0.52% | - |
| HSV(B) | 195.65º | 0.61% | 0.75% | - |
| XYZ | 24.77 | 30.36 | 53.27 | - |
| YUV | 138.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 190 | 0.61 | 0.16 | 0 | 0.25 | 195.65 | 0.47 | 0.52 |
| Hex | 4B | A0 | BE | 3D | 10 | 0 | 19 | C4 | 2F | 34 |
| Octal | 113 | 240 | 276 | 75 | 20 | 0 | 31 | 304 | 57 | 64 |
| Binary | 1001011 | 10100000 | 10111110 | 111101 | 10000 | 0 | 11001 | 11000100 | 101111 | 110100 |
Color Harmonies of #4BA0BE
Complementary color
Monochromatic Colors of #4BA0BE
Black with #4BA0BE
Text Example
Text Example
White with #4BA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA0BE; }
p { color: rgb(75,160,190); }
H1.HeaderClassName
{
color: #4BA0BE;
}
.AnyTagClassName
{
color: #4BA0BE;
}
</style>
background-color css
<style>
a { background-color: #4BA0BE; }
a { background-color: rgb(75,160,190); }
div.DivClassName
{
background-color: #4BA0BE;
}
.BgClassName
{
background-color: #4BA0BE;
}
</style>
border-color css
<style>
span { border-color: #4BA0BE; }
span { border-color: rgb(75,160,190); }
td.TdClassName
{
border-color: #4BA0BE;
}
.TagClassName
{
border-color: #4BA0BE;
}
</style>