Shades of Viking #4BA3BF
Tints of Viking #4BA3BF
RGB
CMYK
RGB Variations
Color information
#4BA3BF (or 0x4BA3BF) is known color: Viking. HEX triplet: 4B, A3 and BF. RGB value is (75,163,191). Sum of RGB (Red+Green+Blue) = 75+163+191=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BA3BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA3BF is #B45C40. Grayscale: #8B8B8B. Windows color (decimal): -11820097 or 12559179. OLE color: 12559179.
HSL color Cylindrical-coordinate representation of color #4BA3BF: hue angle of 194.48º degrees, saturation: 0.48, 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 #4BA3BF is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 163 | 191 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.25 |
| HSL | 194.48º | 0.48% | 0.52% | - |
| HSV(B) | 194.48º | 0.61% | 0.75% | - |
| XYZ | 25.4 | 31.45 | 54.02 | - |
| YUV | 139.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 191 | 0.61 | 0.15 | 0 | 0.25 | 194.48 | 0.48 | 0.52 |
| Hex | 4B | A3 | BF | 3D | F | 0 | 19 | C2 | 30 | 34 |
| Octal | 113 | 243 | 277 | 75 | 17 | 0 | 31 | 302 | 60 | 64 |
| Binary | 1001011 | 10100011 | 10111111 | 111101 | 1111 | 0 | 11001 | 11000010 | 110000 | 110100 |
Color Harmonies of #4BA3BF
Complementary color
Monochromatic Colors of #4BA3BF
Black with #4BA3BF
Text Example
Text Example
White with #4BA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA3BF; }
p { color: rgb(75,163,191); }
H1.HeaderClassName
{
color: #4BA3BF;
}
.AnyTagClassName
{
color: #4BA3BF;
}
</style>
background-color css
<style>
a { background-color: #4BA3BF; }
a { background-color: rgb(75,163,191); }
div.DivClassName
{
background-color: #4BA3BF;
}
.BgClassName
{
background-color: #4BA3BF;
}
</style>
border-color css
<style>
span { border-color: #4BA3BF; }
span { border-color: rgb(75,163,191); }
td.TdClassName
{
border-color: #4BA3BF;
}
.TagClassName
{
border-color: #4BA3BF;
}
</style>