Shades of Viking #44A1BB
Tints of Viking #44A1BB
RGB
CMYK
RGB Variations
Color information
#44A1BB (or 0x44A1BB) is known color: Viking. HEX triplet: 44, A1 and BB. RGB value is (68,161,187). Sum of RGB (Red+Green+Blue) = 68+161+187=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #44A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A1BB is #BB5E44. Grayscale: #878787. Windows color (decimal): -12279365 or 12296516. OLE color: 12296516.
HSL color Cylindrical-coordinate representation of color #44A1BB: hue angle of 193.11º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44A1BB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 161 | 187 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.27 |
| HSL | 193.11º | 0.47% | 0.5% | - |
| HSV(B) | 193.11º | 0.64% | 0.73% | - |
| XYZ | 24.1 | 30.31 | 51.59 | - |
| YUV | 136.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 187 | 0.64 | 0.14 | 0 | 0.27 | 193.11 | 0.47 | 0.5 |
| Hex | 44 | A1 | BB | 40 | E | 0 | 1B | C1 | 2F | 32 |
| Octal | 104 | 241 | 273 | 100 | 16 | 0 | 33 | 301 | 57 | 62 |
| Binary | 1000100 | 10100001 | 10111011 | 1000000 | 1110 | 0 | 11011 | 11000001 | 101111 | 110010 |
Color Harmonies of #44A1BB
Complementary color
Monochromatic Colors of #44A1BB
Black with #44A1BB
Text Example
Text Example
White with #44A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A1BB; }
p { color: rgb(68,161,187); }
H1.HeaderClassName
{
color: #44A1BB;
}
.AnyTagClassName
{
color: #44A1BB;
}
</style>
background-color css
<style>
a { background-color: #44A1BB; }
a { background-color: rgb(68,161,187); }
div.DivClassName
{
background-color: #44A1BB;
}
.BgClassName
{
background-color: #44A1BB;
}
</style>
border-color css
<style>
span { border-color: #44A1BB; }
span { border-color: rgb(68,161,187); }
td.TdClassName
{
border-color: #44A1BB;
}
.TagClassName
{
border-color: #44A1BB;
}
</style>