Shades of Viking #48ADD1
Tints of Viking #48ADD1
RGB
CMYK
RGB Variations
Color information
#48ADD1 (or 0x48ADD1) is known color: Viking. HEX triplet: 48, AD and D1. RGB value is (72,173,209). Sum of RGB (Red+Green+Blue) = 72+173+209=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #48ADD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADD1 is #B7522E. Grayscale: #929292. Windows color (decimal): -12014127 or 13741384. OLE color: 13741384.
HSL color Cylindrical-coordinate representation of color #48ADD1: hue angle of 195.77º 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 #48ADD1 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 173 | 209 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.18 |
| HSL | 195.77º | 0.6% | 0.55% | - |
| HSV(B) | 195.77º | 0.66% | 0.82% | - |
| XYZ | 29.12 | 35.87 | 65.71 | - |
| YUV | 146.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 209 | 0.66 | 0.17 | 0 | 0.18 | 195.77 | 0.6 | 0.55 |
| Hex | 48 | AD | D1 | 42 | 11 | 0 | 12 | C4 | 3C | 37 |
| Octal | 110 | 255 | 321 | 102 | 21 | 0 | 22 | 304 | 74 | 67 |
| Binary | 1001000 | 10101101 | 11010001 | 1000010 | 10001 | 0 | 10010 | 11000100 | 111100 | 110111 |
Color Harmonies of #48ADD1
Complementary color
Monochromatic Colors of #48ADD1
Black with #48ADD1
Text Example
Text Example
White with #48ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADD1; }
p { color: rgb(72,173,209); }
H1.HeaderClassName
{
color: #48ADD1;
}
.AnyTagClassName
{
color: #48ADD1;
}
</style>
background-color css
<style>
a { background-color: #48ADD1; }
a { background-color: rgb(72,173,209); }
div.DivClassName
{
background-color: #48ADD1;
}
.BgClassName
{
background-color: #48ADD1;
}
</style>
border-color css
<style>
span { border-color: #48ADD1; }
span { border-color: rgb(72,173,209); }
td.TdClassName
{
border-color: #48ADD1;
}
.TagClassName
{
border-color: #48ADD1;
}
</style>