Shades of Viking #48B9CF
Tints of Viking #48B9CF
RGB
CMYK
RGB Variations
Color information
#48B9CF (or 0x48B9CF) is known color: Viking. HEX triplet: 48, B9 and CF. RGB value is (72,185,207). Sum of RGB (Red+Green+Blue) = 72+185+207=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #48B9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B9CF is #B74630. Grayscale: #999999. Windows color (decimal): -12011057 or 13613384. OLE color: 13613384.
HSL color Cylindrical-coordinate representation of color #48B9CF: hue angle of 189.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 #48B9CF is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 185 | 207 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.19 |
| HSL | 189.78º | 0.58% | 0.55% | - |
| HSV(B) | 189.78º | 0.65% | 0.81% | - |
| XYZ | 31.28 | 40.58 | 65.22 | - |
| YUV | 153.72 | 158.06 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 207 | 0.65 | 0.11 | 0 | 0.19 | 189.78 | 0.58 | 0.55 |
| Hex | 48 | B9 | CF | 41 | B | 0 | 13 | BE | 3A | 37 |
| Octal | 110 | 271 | 317 | 101 | 13 | 0 | 23 | 276 | 72 | 67 |
| Binary | 1001000 | 10111001 | 11001111 | 1000001 | 1011 | 0 | 10011 | 10111110 | 111010 | 110111 |
Color Harmonies of #48B9CF
Complementary color
Monochromatic Colors of #48B9CF
Black with #48B9CF
Text Example
Text Example
White with #48B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B9CF; }
p { color: rgb(72,185,207); }
H1.HeaderClassName
{
color: #48B9CF;
}
.AnyTagClassName
{
color: #48B9CF;
}
</style>
background-color css
<style>
a { background-color: #48B9CF; }
a { background-color: rgb(72,185,207); }
div.DivClassName
{
background-color: #48B9CF;
}
.BgClassName
{
background-color: #48B9CF;
}
</style>
border-color css
<style>
span { border-color: #48B9CF; }
span { border-color: rgb(72,185,207); }
td.TdClassName
{
border-color: #48B9CF;
}
.TagClassName
{
border-color: #48B9CF;
}
</style>