Shades of Viking #48BFCD
Tints of Viking #48BFCD
RGB
CMYK
RGB Variations
Color information
#48BFCD (or 0x48BFCD) is known color: Viking. HEX triplet: 48, BF and CD. RGB value is (72,191,205). Sum of RGB (Red+Green+Blue) = 72+191+205=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #48BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFCD is #B74032. Grayscale: #9C9C9C. Windows color (decimal): -12009523 or 13483848. OLE color: 13483848.
HSL color Cylindrical-coordinate representation of color #48BFCD: hue angle of 186.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BFCD is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 191 | 205 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.20 |
| HSL | 186.32º | 0.57% | 0.54% | - |
| HSV(B) | 186.32º | 0.65% | 0.8% | - |
| XYZ | 32.32 | 43.05 | 64.36 | - |
| YUV | 157.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 205 | 0.65 | 0.07 | 0 | 0.20 | 186.32 | 0.57 | 0.54 |
| Hex | 48 | BF | CD | 41 | 7 | 0 | 14 | BA | 39 | 36 |
| Octal | 110 | 277 | 315 | 101 | 7 | 0 | 24 | 272 | 71 | 66 |
| Binary | 1001000 | 10111111 | 11001101 | 1000001 | 111 | 0 | 10100 | 10111010 | 111001 | 110110 |
Color Harmonies of #48BFCD
Complementary color
Monochromatic Colors of #48BFCD
Black with #48BFCD
Text Example
Text Example
White with #48BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFCD; }
p { color: rgb(72,191,205); }
H1.HeaderClassName
{
color: #48BFCD;
}
.AnyTagClassName
{
color: #48BFCD;
}
</style>
background-color css
<style>
a { background-color: #48BFCD; }
a { background-color: rgb(72,191,205); }
div.DivClassName
{
background-color: #48BFCD;
}
.BgClassName
{
background-color: #48BFCD;
}
</style>
border-color css
<style>
span { border-color: #48BFCD; }
span { border-color: rgb(72,191,205); }
td.TdClassName
{
border-color: #48BFCD;
}
.TagClassName
{
border-color: #48BFCD;
}
</style>