Shades of Viking #48BFC9
Tints of Viking #48BFC9
RGB
CMYK
RGB Variations
Color information
#48BFC9 (or 0x48BFC9) is known color: Viking. HEX triplet: 48, BF and C9. RGB value is (72,191,201). Sum of RGB (Red+Green+Blue) = 72+191+201=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #48BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFC9 is #B74036. Grayscale: #9C9C9C. Windows color (decimal): -12009527 or 13221704. OLE color: 13221704.
HSL color Cylindrical-coordinate representation of color #48BFC9: hue angle of 184.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BFC9 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 191 | 201 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.21 |
| HSL | 184.65º | 0.54% | 0.54% | - |
| HSV(B) | 184.65º | 0.64% | 0.79% | - |
| XYZ | 31.85 | 42.86 | 61.85 | - |
| YUV | 156.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 201 | 0.64 | 0.05 | 0 | 0.21 | 184.65 | 0.54 | 0.54 |
| Hex | 48 | BF | C9 | 40 | 5 | 0 | 15 | B9 | 36 | 36 |
| Octal | 110 | 277 | 311 | 100 | 5 | 0 | 25 | 271 | 66 | 66 |
| Binary | 1001000 | 10111111 | 11001001 | 1000000 | 101 | 0 | 10101 | 10111001 | 110110 | 110110 |
Color Harmonies of #48BFC9
Complementary color
Monochromatic Colors of #48BFC9
Black with #48BFC9
Text Example
Text Example
White with #48BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFC9; }
p { color: rgb(72,191,201); }
H1.HeaderClassName
{
color: #48BFC9;
}
.AnyTagClassName
{
color: #48BFC9;
}
</style>
background-color css
<style>
a { background-color: #48BFC9; }
a { background-color: rgb(72,191,201); }
div.DivClassName
{
background-color: #48BFC9;
}
.BgClassName
{
background-color: #48BFC9;
}
</style>
border-color css
<style>
span { border-color: #48BFC9; }
span { border-color: rgb(72,191,201); }
td.TdClassName
{
border-color: #48BFC9;
}
.TagClassName
{
border-color: #48BFC9;
}
</style>