Shades of Viking #46BFC9
Tints of Viking #46BFC9
RGB
CMYK
RGB Variations
Color information
#46BFC9 (or 0x46BFC9) is known color: Viking. HEX triplet: 46, BF and C9. RGB value is (70,191,201). Sum of RGB (Red+Green+Blue) = 70+191+201=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #46BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BFC9 is #B94036. Grayscale: #9B9B9B. Windows color (decimal): -12140599 or 13221702. OLE color: 13221702.
HSL color Cylindrical-coordinate representation of color #46BFC9: hue angle of 184.58º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46BFC9 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 191 | 201 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.21 |
| HSL | 184.58º | 0.55% | 0.53% | - |
| HSV(B) | 184.58º | 0.65% | 0.79% | - |
| XYZ | 31.7 | 42.78 | 61.85 | - |
| YUV | 155.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 201 | 0.65 | 0.05 | 0 | 0.21 | 184.58 | 0.55 | 0.53 |
| Hex | 46 | BF | C9 | 41 | 5 | 0 | 15 | B9 | 37 | 35 |
| Octal | 106 | 277 | 311 | 101 | 5 | 0 | 25 | 271 | 67 | 65 |
| Binary | 1000110 | 10111111 | 11001001 | 1000001 | 101 | 0 | 10101 | 10111001 | 110111 | 110101 |
Color Harmonies of #46BFC9
Complementary color
Monochromatic Colors of #46BFC9
Black with #46BFC9
Text Example
Text Example
White with #46BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BFC9; }
p { color: rgb(70,191,201); }
H1.HeaderClassName
{
color: #46BFC9;
}
.AnyTagClassName
{
color: #46BFC9;
}
</style>
background-color css
<style>
a { background-color: #46BFC9; }
a { background-color: rgb(70,191,201); }
div.DivClassName
{
background-color: #46BFC9;
}
.BgClassName
{
background-color: #46BFC9;
}
</style>
border-color css
<style>
span { border-color: #46BFC9; }
span { border-color: rgb(70,191,201); }
td.TdClassName
{
border-color: #46BFC9;
}
.TagClassName
{
border-color: #46BFC9;
}
</style>