Shades of Viking #48B7D1
Tints of Viking #48B7D1
RGB
CMYK
RGB Variations
Color information
#48B7D1 (or 0x48B7D1) is known color: Viking. HEX triplet: 48, B7 and D1. RGB value is (72,183,209). Sum of RGB (Red+Green+Blue) = 72+183+209=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #48B7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7D1 is #B7482E. Grayscale: #989898. Windows color (decimal): -12011567 or 13743944. OLE color: 13743944.
HSL color Cylindrical-coordinate representation of color #48B7D1: hue angle of 191.39º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48B7D1 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 183 | 209 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.18 |
| HSL | 191.39º | 0.6% | 0.55% | - |
| HSV(B) | 191.39º | 0.66% | 0.82% | - |
| XYZ | 31.11 | 39.85 | 66.37 | - |
| YUV | 152.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 209 | 0.66 | 0.12 | 0 | 0.18 | 191.39 | 0.6 | 0.55 |
| Hex | 48 | B7 | D1 | 42 | C | 0 | 12 | BF | 3C | 37 |
| Octal | 110 | 267 | 321 | 102 | 14 | 0 | 22 | 277 | 74 | 67 |
| Binary | 1001000 | 10110111 | 11010001 | 1000010 | 1100 | 0 | 10010 | 10111111 | 111100 | 110111 |
Color Harmonies of #48B7D1
Complementary color
Monochromatic Colors of #48B7D1
Black with #48B7D1
Text Example
Text Example
White with #48B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B7D1; }
p { color: rgb(72,183,209); }
H1.HeaderClassName
{
color: #48B7D1;
}
.AnyTagClassName
{
color: #48B7D1;
}
</style>
background-color css
<style>
a { background-color: #48B7D1; }
a { background-color: rgb(72,183,209); }
div.DivClassName
{
background-color: #48B7D1;
}
.BgClassName
{
background-color: #48B7D1;
}
</style>
border-color css
<style>
span { border-color: #48B7D1; }
span { border-color: rgb(72,183,209); }
td.TdClassName
{
border-color: #48B7D1;
}
.TagClassName
{
border-color: #48B7D1;
}
</style>