Shades of Viking #48ADCF
Tints of Viking #48ADCF
RGB
CMYK
RGB Variations
Color information
#48ADCF (or 0x48ADCF) is known color: Viking. HEX triplet: 48, AD and CF. RGB value is (72,173,207). Sum of RGB (Red+Green+Blue) = 72+173+207=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #48ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADCF is #B75230. Grayscale: #929292. Windows color (decimal): -12014129 or 13610312. OLE color: 13610312.
HSL color Cylindrical-coordinate representation of color #48ADCF: hue angle of 195.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48ADCF is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 173 | 207 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.19 |
| HSL | 195.11º | 0.58% | 0.55% | - |
| HSV(B) | 195.11º | 0.65% | 0.81% | - |
| XYZ | 28.88 | 35.77 | 64.41 | - |
| YUV | 146.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 207 | 0.65 | 0.16 | 0 | 0.19 | 195.11 | 0.58 | 0.55 |
| Hex | 48 | AD | CF | 41 | 10 | 0 | 13 | C3 | 3A | 37 |
| Octal | 110 | 255 | 317 | 101 | 20 | 0 | 23 | 303 | 72 | 67 |
| Binary | 1001000 | 10101101 | 11001111 | 1000001 | 10000 | 0 | 10011 | 11000011 | 111010 | 110111 |
Color Harmonies of #48ADCF
Complementary color
Monochromatic Colors of #48ADCF
Black with #48ADCF
Text Example
Text Example
White with #48ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADCF; }
p { color: rgb(72,173,207); }
H1.HeaderClassName
{
color: #48ADCF;
}
.AnyTagClassName
{
color: #48ADCF;
}
</style>
background-color css
<style>
a { background-color: #48ADCF; }
a { background-color: rgb(72,173,207); }
div.DivClassName
{
background-color: #48ADCF;
}
.BgClassName
{
background-color: #48ADCF;
}
</style>
border-color css
<style>
span { border-color: #48ADCF; }
span { border-color: rgb(72,173,207); }
td.TdClassName
{
border-color: #48ADCF;
}
.TagClassName
{
border-color: #48ADCF;
}
</style>