Shades of Viking #48B9CA
Tints of Viking #48B9CA
RGB
CMYK
RGB Variations
Color information
#48B9CA (or 0x48B9CA) is known color: Viking. HEX triplet: 48, B9 and CA. RGB value is (72,185,202). Sum of RGB (Red+Green+Blue) = 72+185+202=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #48B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B9CA is #B74635. Grayscale: #989898. Windows color (decimal): -12011062 or 13285704. OLE color: 13285704.
HSL color Cylindrical-coordinate representation of color #48B9CA: hue angle of 187.85º degrees, saturation: 0.55, 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 #48B9CA is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 185 | 202 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.21 |
| HSL | 187.85º | 0.55% | 0.54% | - |
| HSV(B) | 187.85º | 0.64% | 0.79% | - |
| XYZ | 30.68 | 40.34 | 62.05 | - |
| YUV | 153.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 202 | 0.64 | 0.08 | 0 | 0.21 | 187.85 | 0.55 | 0.54 |
| Hex | 48 | B9 | CA | 40 | 8 | 0 | 15 | BC | 37 | 36 |
| Octal | 110 | 271 | 312 | 100 | 10 | 0 | 25 | 274 | 67 | 66 |
| Binary | 1001000 | 10111001 | 11001010 | 1000000 | 1000 | 0 | 10101 | 10111100 | 110111 | 110110 |
Color Harmonies of #48B9CA
Complementary color
Monochromatic Colors of #48B9CA
Black with #48B9CA
Text Example
Text Example
White with #48B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B9CA; }
p { color: rgb(72,185,202); }
H1.HeaderClassName
{
color: #48B9CA;
}
.AnyTagClassName
{
color: #48B9CA;
}
</style>
background-color css
<style>
a { background-color: #48B9CA; }
a { background-color: rgb(72,185,202); }
div.DivClassName
{
background-color: #48B9CA;
}
.BgClassName
{
background-color: #48B9CA;
}
</style>
border-color css
<style>
span { border-color: #48B9CA; }
span { border-color: rgb(72,185,202); }
td.TdClassName
{
border-color: #48B9CA;
}
.TagClassName
{
border-color: #48B9CA;
}
</style>