Shades of Viking #48A7CF
Tints of Viking #48A7CF
RGB
CMYK
RGB Variations
Color information
#48A7CF (or 0x48A7CF) is known color: Viking. HEX triplet: 48, A7 and CF. RGB value is (72,167,207). Sum of RGB (Red+Green+Blue) = 72+167+207=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #48A7CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7CF is #B75830. Grayscale: #8E8E8E. Windows color (decimal): -12015665 or 13608776. OLE color: 13608776.
HSL color Cylindrical-coordinate representation of color #48A7CF: hue angle of 197.78º 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 #48A7CF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 167 | 207 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.19 |
| HSL | 197.78º | 0.58% | 0.55% | - |
| HSV(B) | 197.78º | 0.65% | 0.81% | - |
| XYZ | 27.75 | 33.52 | 64.04 | - |
| YUV | 143.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 167 | 207 | 0.65 | 0.19 | 0 | 0.19 | 197.78 | 0.58 | 0.55 |
| Hex | 48 | A7 | CF | 41 | 13 | 0 | 13 | C6 | 3A | 37 |
| Octal | 110 | 247 | 317 | 101 | 23 | 0 | 23 | 306 | 72 | 67 |
| Binary | 1001000 | 10100111 | 11001111 | 1000001 | 10011 | 0 | 10011 | 11000110 | 111010 | 110111 |
Color Harmonies of #48A7CF
Complementary color
Monochromatic Colors of #48A7CF
Black with #48A7CF
Text Example
Text Example
White with #48A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A7CF; }
p { color: rgb(72,167,207); }
H1.HeaderClassName
{
color: #48A7CF;
}
.AnyTagClassName
{
color: #48A7CF;
}
</style>
background-color css
<style>
a { background-color: #48A7CF; }
a { background-color: rgb(72,167,207); }
div.DivClassName
{
background-color: #48A7CF;
}
.BgClassName
{
background-color: #48A7CF;
}
</style>
border-color css
<style>
span { border-color: #48A7CF; }
span { border-color: rgb(72,167,207); }
td.TdClassName
{
border-color: #48A7CF;
}
.TagClassName
{
border-color: #48A7CF;
}
</style>