Shades of Viking #48A3BF
Tints of Viking #48A3BF
RGB
CMYK
RGB Variations
Color information
#48A3BF (or 0x48A3BF) is known color: Viking. HEX triplet: 48, A3 and BF. RGB value is (72,163,191). Sum of RGB (Red+Green+Blue) = 72+163+191=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #48A3BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A3BF is #B75C40. Grayscale: #8A8A8A. Windows color (decimal): -12016705 or 12559176. OLE color: 12559176.
HSL color Cylindrical-coordinate representation of color #48A3BF: hue angle of 194.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A3BF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 163 | 191 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.25 |
| HSL | 194.12º | 0.48% | 0.52% | - |
| HSV(B) | 194.12º | 0.62% | 0.75% | - |
| XYZ | 25.17 | 31.33 | 54.01 | - |
| YUV | 138.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 191 | 0.62 | 0.15 | 0 | 0.25 | 194.12 | 0.48 | 0.52 |
| Hex | 48 | A3 | BF | 3E | F | 0 | 19 | C2 | 30 | 34 |
| Octal | 110 | 243 | 277 | 76 | 17 | 0 | 31 | 302 | 60 | 64 |
| Binary | 1001000 | 10100011 | 10111111 | 111110 | 1111 | 0 | 11001 | 11000010 | 110000 | 110100 |
Color Harmonies of #48A3BF
Complementary color
Monochromatic Colors of #48A3BF
Black with #48A3BF
Text Example
Text Example
White with #48A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A3BF; }
p { color: rgb(72,163,191); }
H1.HeaderClassName
{
color: #48A3BF;
}
.AnyTagClassName
{
color: #48A3BF;
}
</style>
background-color css
<style>
a { background-color: #48A3BF; }
a { background-color: rgb(72,163,191); }
div.DivClassName
{
background-color: #48A3BF;
}
.BgClassName
{
background-color: #48A3BF;
}
</style>
border-color css
<style>
span { border-color: #48A3BF; }
span { border-color: rgb(72,163,191); }
td.TdClassName
{
border-color: #48A3BF;
}
.TagClassName
{
border-color: #48A3BF;
}
</style>