Shades of Viking #48BEC6
Tints of Viking #48BEC6
RGB
CMYK
RGB Variations
Color information
#48BEC6 (or 0x48BEC6) is known color: Viking. HEX triplet: 48, BE and C6. RGB value is (72,190,198). Sum of RGB (Red+Green+Blue) = 72+190+198=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #48BEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEC6 is #B74139. Grayscale: #9B9B9B. Windows color (decimal): -12009786 or 13024840. OLE color: 13024840.
HSL color Cylindrical-coordinate representation of color #48BEC6: hue angle of 183.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BEC6 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 190 | 198 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.22 |
| HSL | 183.81º | 0.53% | 0.53% | - |
| HSV(B) | 183.81º | 0.64% | 0.78% | - |
| XYZ | 31.28 | 42.28 | 59.94 | - |
| YUV | 155.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 198 | 0.64 | 0.04 | 0 | 0.22 | 183.81 | 0.53 | 0.53 |
| Hex | 48 | BE | C6 | 40 | 4 | 0 | 16 | B8 | 34 | 35 |
| Octal | 110 | 276 | 306 | 100 | 4 | 0 | 26 | 270 | 64 | 65 |
| Binary | 1001000 | 10111110 | 11000110 | 1000000 | 100 | 0 | 10110 | 10111000 | 110100 | 110101 |
Color Harmonies of #48BEC6
Complementary color
Monochromatic Colors of #48BEC6
Black with #48BEC6
Text Example
Text Example
White with #48BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BEC6; }
p { color: rgb(72,190,198); }
H1.HeaderClassName
{
color: #48BEC6;
}
.AnyTagClassName
{
color: #48BEC6;
}
</style>
background-color css
<style>
a { background-color: #48BEC6; }
a { background-color: rgb(72,190,198); }
div.DivClassName
{
background-color: #48BEC6;
}
.BgClassName
{
background-color: #48BEC6;
}
</style>
border-color css
<style>
span { border-color: #48BEC6; }
span { border-color: rgb(72,190,198); }
td.TdClassName
{
border-color: #48BEC6;
}
.TagClassName
{
border-color: #48BEC6;
}
</style>