Shades of Viking #48ADD6
Tints of Viking #48ADD6
RGB
CMYK
RGB Variations
Color information
#48ADD6 (or 0x48ADD6) is known color: Viking. HEX triplet: 48, AD and D6. RGB value is (72,173,214). Sum of RGB (Red+Green+Blue) = 72+173+214=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #48ADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADD6 is #B75229. Grayscale: #939393. Windows color (decimal): -12014122 or 14069064. OLE color: 14069064.
HSL color Cylindrical-coordinate representation of color #48ADD6: hue angle of 197.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48ADD6 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 173 | 214 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.16 |
| HSL | 197.32º | 0.63% | 0.56% | - |
| HSV(B) | 197.32º | 0.66% | 0.84% | - |
| XYZ | 29.75 | 36.12 | 69.02 | - |
| YUV | 147.48 | 165.54 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 214 | 0.66 | 0.19 | 0 | 0.16 | 197.32 | 0.63 | 0.56 |
| Hex | 48 | AD | D6 | 42 | 13 | 0 | 10 | C5 | 3F | 38 |
| Octal | 110 | 255 | 326 | 102 | 23 | 0 | 20 | 305 | 77 | 70 |
| Binary | 1001000 | 10101101 | 11010110 | 1000010 | 10011 | 0 | 10000 | 11000101 | 111111 | 111000 |
Color Harmonies of #48ADD6
Complementary color
Monochromatic Colors of #48ADD6
Black with #48ADD6
Text Example
Text Example
White with #48ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADD6; }
p { color: rgb(72,173,214); }
H1.HeaderClassName
{
color: #48ADD6;
}
.AnyTagClassName
{
color: #48ADD6;
}
</style>
background-color css
<style>
a { background-color: #48ADD6; }
a { background-color: rgb(72,173,214); }
div.DivClassName
{
background-color: #48ADD6;
}
.BgClassName
{
background-color: #48ADD6;
}
</style>
border-color css
<style>
span { border-color: #48ADD6; }
span { border-color: rgb(72,173,214); }
td.TdClassName
{
border-color: #48ADD6;
}
.TagClassName
{
border-color: #48ADD6;
}
</style>