Shades of Viking #44ADBE
Tints of Viking #44ADBE
RGB
CMYK
RGB Variations
Color information
#44ADBE (or 0x44ADBE) is known color: Viking. HEX triplet: 44, AD and BE. RGB value is (68,173,190). Sum of RGB (Red+Green+Blue) = 68+173+190=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #44ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ADBE is #BB5241. Grayscale: #8F8F8F. Windows color (decimal): -12276290 or 12496196. OLE color: 12496196.
HSL color Cylindrical-coordinate representation of color #44ADBE: hue angle of 188.36º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44ADBE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 173 | 190 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.25 |
| HSL | 188.36º | 0.48% | 0.51% | - |
| HSV(B) | 188.36º | 0.64% | 0.75% | - |
| XYZ | 26.62 | 34.83 | 54.04 | - |
| YUV | 143.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 190 | 0.64 | 0.09 | 0 | 0.25 | 188.36 | 0.48 | 0.51 |
| Hex | 44 | AD | BE | 40 | 9 | 0 | 19 | BC | 30 | 33 |
| Octal | 104 | 255 | 276 | 100 | 11 | 0 | 31 | 274 | 60 | 63 |
| Binary | 1000100 | 10101101 | 10111110 | 1000000 | 1001 | 0 | 11001 | 10111100 | 110000 | 110011 |
Color Harmonies of #44ADBE
Complementary color
Monochromatic Colors of #44ADBE
Black with #44ADBE
Text Example
Text Example
White with #44ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADBE; }
p { color: rgb(68,173,190); }
H1.HeaderClassName
{
color: #44ADBE;
}
.AnyTagClassName
{
color: #44ADBE;
}
</style>
background-color css
<style>
a { background-color: #44ADBE; }
a { background-color: rgb(68,173,190); }
div.DivClassName
{
background-color: #44ADBE;
}
.BgClassName
{
background-color: #44ADBE;
}
</style>
border-color css
<style>
span { border-color: #44ADBE; }
span { border-color: rgb(68,173,190); }
td.TdClassName
{
border-color: #44ADBE;
}
.TagClassName
{
border-color: #44ADBE;
}
</style>