Shades of Viking #48B5D8
Tints of Viking #48B5D8
RGB
CMYK
RGB Variations
Color information
#48B5D8 (or 0x48B5D8) is known color: Viking. HEX triplet: 48, B5 and D8. RGB value is (72,181,216). Sum of RGB (Red+Green+Blue) = 72+181+216=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #48B5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B5D8 is #B74A27. Grayscale: #989898. Windows color (decimal): -12012072 or 14202184. OLE color: 14202184.
HSL color Cylindrical-coordinate representation of color #48B5D8: hue angle of 194.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48B5D8 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 181 | 216 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.15 |
| HSL | 194.58º | 0.65% | 0.56% | - |
| HSV(B) | 194.58º | 0.67% | 0.85% | - |
| XYZ | 31.59 | 39.38 | 70.9 | - |
| YUV | 152.4 | 163.89 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 216 | 0.67 | 0.16 | 0 | 0.15 | 194.58 | 0.65 | 0.56 |
| Hex | 48 | B5 | D8 | 43 | 10 | 0 | F | C3 | 41 | 38 |
| Octal | 110 | 265 | 330 | 103 | 20 | 0 | 17 | 303 | 101 | 70 |
| Binary | 1001000 | 10110101 | 11011000 | 1000011 | 10000 | 0 | 1111 | 11000011 | 1000001 | 111000 |
Color Harmonies of #48B5D8
Complementary color
Monochromatic Colors of #48B5D8
Black with #48B5D8
Text Example
Text Example
White with #48B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B5D8; }
p { color: rgb(72,181,216); }
H1.HeaderClassName
{
color: #48B5D8;
}
.AnyTagClassName
{
color: #48B5D8;
}
</style>
background-color css
<style>
a { background-color: #48B5D8; }
a { background-color: rgb(72,181,216); }
div.DivClassName
{
background-color: #48B5D8;
}
.BgClassName
{
background-color: #48B5D8;
}
</style>
border-color css
<style>
span { border-color: #48B5D8; }
span { border-color: rgb(72,181,216); }
td.TdClassName
{
border-color: #48B5D8;
}
.TagClassName
{
border-color: #48B5D8;
}
</style>