Shades of Viking #49BBCE
Tints of Viking #49BBCE
RGB
CMYK
RGB Variations
Color information
#49BBCE (or 0x49BBCE) is known color: Viking. HEX triplet: 49, BB and CE. RGB value is (73,187,206). Sum of RGB (Red+Green+Blue) = 73+187+206=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #49BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBCE is #B64431. Grayscale: #9A9A9A. Windows color (decimal): -11945010 or 13548361. OLE color: 13548361.
HSL color Cylindrical-coordinate representation of color #49BBCE: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BBCE is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 187 | 206 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.19 |
| HSL | 188.57º | 0.58% | 0.55% | - |
| HSV(B) | 188.57º | 0.65% | 0.81% | - |
| XYZ | 31.66 | 41.41 | 64.72 | - |
| YUV | 155.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 206 | 0.65 | 0.09 | 0 | 0.19 | 188.57 | 0.58 | 0.55 |
| Hex | 49 | BB | CE | 41 | 9 | 0 | 13 | BD | 3A | 37 |
| Octal | 111 | 273 | 316 | 101 | 11 | 0 | 23 | 275 | 72 | 67 |
| Binary | 1001001 | 10111011 | 11001110 | 1000001 | 1001 | 0 | 10011 | 10111101 | 111010 | 110111 |
Color Harmonies of #49BBCE
Complementary color
Monochromatic Colors of #49BBCE
Black with #49BBCE
Text Example
Text Example
White with #49BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBCE; }
p { color: rgb(73,187,206); }
H1.HeaderClassName
{
color: #49BBCE;
}
.AnyTagClassName
{
color: #49BBCE;
}
</style>
background-color css
<style>
a { background-color: #49BBCE; }
a { background-color: rgb(73,187,206); }
div.DivClassName
{
background-color: #49BBCE;
}
.BgClassName
{
background-color: #49BBCE;
}
</style>
border-color css
<style>
span { border-color: #49BBCE; }
span { border-color: rgb(73,187,206); }
td.TdClassName
{
border-color: #49BBCE;
}
.TagClassName
{
border-color: #49BBCE;
}
</style>