Shades of Viking #48ADCC
Tints of Viking #48ADCC
RGB
CMYK
RGB Variations
Color information
#48ADCC (or 0x48ADCC) is known color: Viking. HEX triplet: 48, AD and CC. RGB value is (72,173,204). Sum of RGB (Red+Green+Blue) = 72+173+204=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #48ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADCC is #B75233. Grayscale: #929292. Windows color (decimal): -12014132 or 13413704. OLE color: 13413704.
HSL color Cylindrical-coordinate representation of color #48ADCC: hue angle of 194.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48ADCC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 173 | 204 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.2 |
| HSL | 194.09º | 0.56% | 0.54% | - |
| HSV(B) | 194.09º | 0.65% | 0.8% | - |
| XYZ | 28.52 | 35.62 | 62.5 | - |
| YUV | 146.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 204 | 0.65 | 0.15 | 0 | 0.2 | 194.09 | 0.56 | 0.54 |
| Hex | 48 | AD | CC | 41 | F | 0 | 14 | C2 | 38 | 36 |
| Octal | 110 | 255 | 314 | 101 | 17 | 0 | 24 | 302 | 70 | 66 |
| Binary | 1001000 | 10101101 | 11001100 | 1000001 | 1111 | 0 | 10100 | 11000010 | 111000 | 110110 |
Color Harmonies of #48ADCC
Complementary color
Monochromatic Colors of #48ADCC
Black with #48ADCC
Text Example
Text Example
White with #48ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADCC; }
p { color: rgb(72,173,204); }
H1.HeaderClassName
{
color: #48ADCC;
}
.AnyTagClassName
{
color: #48ADCC;
}
</style>
background-color css
<style>
a { background-color: #48ADCC; }
a { background-color: rgb(72,173,204); }
div.DivClassName
{
background-color: #48ADCC;
}
.BgClassName
{
background-color: #48ADCC;
}
</style>
border-color css
<style>
span { border-color: #48ADCC; }
span { border-color: rgb(72,173,204); }
td.TdClassName
{
border-color: #48ADCC;
}
.TagClassName
{
border-color: #48ADCC;
}
</style>