Shades of Viking #44ACBD
Tints of Viking #44ACBD
RGB
CMYK
RGB Variations
Color information
#44ACBD (or 0x44ACBD) is known color: Viking. HEX triplet: 44, AC and BD. RGB value is (68,172,189). Sum of RGB (Red+Green+Blue) = 68+172+189=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #44ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ACBD is #BB5342. Grayscale: #8E8E8E. Windows color (decimal): -12276547 or 12430404. OLE color: 12430404.
HSL color Cylindrical-coordinate representation of color #44ACBD: hue angle of 188.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44ACBD is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 172 | 189 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.26 |
| HSL | 188.43º | 0.48% | 0.5% | - |
| HSV(B) | 188.43º | 0.64% | 0.74% | - |
| XYZ | 26.32 | 34.41 | 53.4 | - |
| YUV | 142.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 172 | 189 | 0.64 | 0.09 | 0 | 0.26 | 188.43 | 0.48 | 0.5 |
| Hex | 44 | AC | BD | 40 | 9 | 0 | 1A | BC | 30 | 32 |
| Octal | 104 | 254 | 275 | 100 | 11 | 0 | 32 | 274 | 60 | 62 |
| Binary | 1000100 | 10101100 | 10111101 | 1000000 | 1001 | 0 | 11010 | 10111100 | 110000 | 110010 |
Color Harmonies of #44ACBD
Complementary color
Monochromatic Colors of #44ACBD
Black with #44ACBD
Text Example
Text Example
White with #44ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ACBD; }
p { color: rgb(68,172,189); }
H1.HeaderClassName
{
color: #44ACBD;
}
.AnyTagClassName
{
color: #44ACBD;
}
</style>
background-color css
<style>
a { background-color: #44ACBD; }
a { background-color: rgb(68,172,189); }
div.DivClassName
{
background-color: #44ACBD;
}
.BgClassName
{
background-color: #44ACBD;
}
</style>
border-color css
<style>
span { border-color: #44ACBD; }
span { border-color: rgb(68,172,189); }
td.TdClassName
{
border-color: #44ACBD;
}
.TagClassName
{
border-color: #44ACBD;
}
</style>