Shades of Viking #49BEBF
Tints of Viking #49BEBF
RGB
CMYK
RGB Variations
Color information
#49BEBF (or 0x49BEBF) is known color: Viking. HEX triplet: 49, BE and BF. RGB value is (73,190,191). Sum of RGB (Red+Green+Blue) = 73+190+191=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #49BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEBF is #B64140. Grayscale: #9B9B9B. Windows color (decimal): -11944257 or 12566089. OLE color: 12566089.
HSL color Cylindrical-coordinate representation of color #49BEBF: hue angle of 180.51º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEBF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 191 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.25 |
| HSL | 180.51º | 0.48% | 0.52% | - |
| HSV(B) | 180.51º | 0.62% | 0.75% | - |
| XYZ | 30.57 | 42 | 55.79 | - |
| YUV | 155.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 191 | 0.62 | 0.01 | 0 | 0.25 | 180.51 | 0.48 | 0.52 |
| Hex | 49 | BE | BF | 3E | 1 | 0 | 19 | B5 | 30 | 34 |
| Octal | 111 | 276 | 277 | 76 | 1 | 0 | 31 | 265 | 60 | 64 |
| Binary | 1001001 | 10111110 | 10111111 | 111110 | 1 | 0 | 11001 | 10110101 | 110000 | 110100 |
Color Harmonies of #49BEBF
Complementary color
Monochromatic Colors of #49BEBF
Black with #49BEBF
Text Example
Text Example
White with #49BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEBF; }
p { color: rgb(73,190,191); }
H1.HeaderClassName
{
color: #49BEBF;
}
.AnyTagClassName
{
color: #49BEBF;
}
</style>
background-color css
<style>
a { background-color: #49BEBF; }
a { background-color: rgb(73,190,191); }
div.DivClassName
{
background-color: #49BEBF;
}
.BgClassName
{
background-color: #49BEBF;
}
</style>
border-color css
<style>
span { border-color: #49BEBF; }
span { border-color: rgb(73,190,191); }
td.TdClassName
{
border-color: #49BEBF;
}
.TagClassName
{
border-color: #49BEBF;
}
</style>