Shades of Viking #48A4D0
Tints of Viking #48A4D0
RGB
CMYK
RGB Variations
Color information
#48A4D0 (or 0x48A4D0) is known color: Viking. HEX triplet: 48, A4 and D0. RGB value is (72,164,208). Sum of RGB (Red+Green+Blue) = 72+164+208=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #48A4D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4D0 is #B75B2F. Grayscale: #8D8D8D. Windows color (decimal): -12016432 or 13673544. OLE color: 13673544.
HSL color Cylindrical-coordinate representation of color #48A4D0: hue angle of 199.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48A4D0 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 164 | 208 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.18 |
| HSL | 199.41º | 0.59% | 0.55% | - |
| HSV(B) | 199.41º | 0.65% | 0.82% | - |
| XYZ | 27.33 | 32.48 | 64.5 | - |
| YUV | 141.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 208 | 0.65 | 0.21 | 0 | 0.18 | 199.41 | 0.59 | 0.55 |
| Hex | 48 | A4 | D0 | 41 | 15 | 0 | 12 | C7 | 3B | 37 |
| Octal | 110 | 244 | 320 | 101 | 25 | 0 | 22 | 307 | 73 | 67 |
| Binary | 1001000 | 10100100 | 11010000 | 1000001 | 10101 | 0 | 10010 | 11000111 | 111011 | 110111 |
Color Harmonies of #48A4D0
Complementary color
Monochromatic Colors of #48A4D0
Black with #48A4D0
Text Example
Text Example
White with #48A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A4D0; }
p { color: rgb(72,164,208); }
H1.HeaderClassName
{
color: #48A4D0;
}
.AnyTagClassName
{
color: #48A4D0;
}
</style>
background-color css
<style>
a { background-color: #48A4D0; }
a { background-color: rgb(72,164,208); }
div.DivClassName
{
background-color: #48A4D0;
}
.BgClassName
{
background-color: #48A4D0;
}
</style>
border-color css
<style>
span { border-color: #48A4D0; }
span { border-color: rgb(72,164,208); }
td.TdClassName
{
border-color: #48A4D0;
}
.TagClassName
{
border-color: #48A4D0;
}
</style>