Shades of Viking #48BEC4
Tints of Viking #48BEC4
RGB
CMYK
RGB Variations
Color information
#48BEC4 (or 0x48BEC4) is known color: Viking. HEX triplet: 48, BE and C4. RGB value is (72,190,196). Sum of RGB (Red+Green+Blue) = 72+190+196=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #48BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEC4 is #B7413B. Grayscale: #9B9B9B. Windows color (decimal): -12009788 or 12893768. OLE color: 12893768.
HSL color Cylindrical-coordinate representation of color #48BEC4: hue angle of 182.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48BEC4 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 190 | 196 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.23 |
| HSL | 182.9º | 0.51% | 0.53% | - |
| HSV(B) | 182.9º | 0.63% | 0.77% | - |
| XYZ | 31.05 | 42.19 | 58.73 | - |
| YUV | 155.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 196 | 0.63 | 0.03 | 0 | 0.23 | 182.9 | 0.51 | 0.53 |
| Hex | 48 | BE | C4 | 3F | 3 | 0 | 17 | B7 | 33 | 35 |
| Octal | 110 | 276 | 304 | 77 | 3 | 0 | 27 | 267 | 63 | 65 |
| Binary | 1001000 | 10111110 | 11000100 | 111111 | 11 | 0 | 10111 | 10110111 | 110011 | 110101 |
Color Harmonies of #48BEC4
Complementary color
Monochromatic Colors of #48BEC4
Black with #48BEC4
Text Example
Text Example
White with #48BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BEC4; }
p { color: rgb(72,190,196); }
H1.HeaderClassName
{
color: #48BEC4;
}
.AnyTagClassName
{
color: #48BEC4;
}
</style>
background-color css
<style>
a { background-color: #48BEC4; }
a { background-color: rgb(72,190,196); }
div.DivClassName
{
background-color: #48BEC4;
}
.BgClassName
{
background-color: #48BEC4;
}
</style>
border-color css
<style>
span { border-color: #48BEC4; }
span { border-color: rgb(72,190,196); }
td.TdClassName
{
border-color: #48BEC4;
}
.TagClassName
{
border-color: #48BEC4;
}
</style>