Shades of Viking #44AFBE
Tints of Viking #44AFBE
RGB
CMYK
RGB Variations
Color information
#44AFBE (or 0x44AFBE) is known color: Viking. HEX triplet: 44, AF and BE. RGB value is (68,175,190). Sum of RGB (Red+Green+Blue) = 68+175+190=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #44AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFBE is #BB5041. Grayscale: #909090. Windows color (decimal): -12275778 or 12496708. OLE color: 12496708.
HSL color Cylindrical-coordinate representation of color #44AFBE: hue angle of 187.38º 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 #44AFBE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 175 | 190 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.25 |
| HSL | 187.38º | 0.48% | 0.51% | - |
| HSV(B) | 187.38º | 0.64% | 0.75% | - |
| XYZ | 27.01 | 35.61 | 54.16 | - |
| YUV | 144.72 | 153.55 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 190 | 0.64 | 0.08 | 0 | 0.25 | 187.38 | 0.48 | 0.51 |
| Hex | 44 | AF | BE | 40 | 8 | 0 | 19 | BB | 30 | 33 |
| Octal | 104 | 257 | 276 | 100 | 10 | 0 | 31 | 273 | 60 | 63 |
| Binary | 1000100 | 10101111 | 10111110 | 1000000 | 1000 | 0 | 11001 | 10111011 | 110000 | 110011 |
Color Harmonies of #44AFBE
Complementary color
Monochromatic Colors of #44AFBE
Black with #44AFBE
Text Example
Text Example
White with #44AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AFBE; }
p { color: rgb(68,175,190); }
H1.HeaderClassName
{
color: #44AFBE;
}
.AnyTagClassName
{
color: #44AFBE;
}
</style>
background-color css
<style>
a { background-color: #44AFBE; }
a { background-color: rgb(68,175,190); }
div.DivClassName
{
background-color: #44AFBE;
}
.BgClassName
{
background-color: #44AFBE;
}
</style>
border-color css
<style>
span { border-color: #44AFBE; }
span { border-color: rgb(68,175,190); }
td.TdClassName
{
border-color: #44AFBE;
}
.TagClassName
{
border-color: #44AFBE;
}
</style>