Shades of Viking #48A4D1
Tints of Viking #48A4D1
RGB
CMYK
RGB Variations
Color information
#48A4D1 (or 0x48A4D1) is known color: Viking. HEX triplet: 48, A4 and D1. RGB value is (72,164,209). Sum of RGB (Red+Green+Blue) = 72+164+209=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #48A4D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4D1 is #B75B2E. Grayscale: #8D8D8D. Windows color (decimal): -12016431 or 13739080. OLE color: 13739080.
HSL color Cylindrical-coordinate representation of color #48A4D1: hue angle of 199.71º 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 #48A4D1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 164 | 209 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.18 |
| HSL | 199.71º | 0.6% | 0.55% | - |
| HSV(B) | 199.71º | 0.66% | 0.82% | - |
| XYZ | 27.46 | 32.53 | 65.15 | - |
| YUV | 141.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 209 | 0.66 | 0.22 | 0 | 0.18 | 199.71 | 0.6 | 0.55 |
| Hex | 48 | A4 | D1 | 42 | 16 | 0 | 12 | C8 | 3C | 37 |
| Octal | 110 | 244 | 321 | 102 | 26 | 0 | 22 | 310 | 74 | 67 |
| Binary | 1001000 | 10100100 | 11010001 | 1000010 | 10110 | 0 | 10010 | 11001000 | 111100 | 110111 |
Color Harmonies of #48A4D1
Complementary color
Monochromatic Colors of #48A4D1
Black with #48A4D1
Text Example
Text Example
White with #48A4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A4D1; }
p { color: rgb(72,164,209); }
H1.HeaderClassName
{
color: #48A4D1;
}
.AnyTagClassName
{
color: #48A4D1;
}
</style>
background-color css
<style>
a { background-color: #48A4D1; }
a { background-color: rgb(72,164,209); }
div.DivClassName
{
background-color: #48A4D1;
}
.BgClassName
{
background-color: #48A4D1;
}
</style>
border-color css
<style>
span { border-color: #48A4D1; }
span { border-color: rgb(72,164,209); }
td.TdClassName
{
border-color: #48A4D1;
}
.TagClassName
{
border-color: #48A4D1;
}
</style>