Shades of Viking #44ACCD
Tints of Viking #44ACCD
RGB
CMYK
RGB Variations
Color information
#44ACCD (or 0x44ACCD) is known color: Viking. HEX triplet: 44, AC and CD. RGB value is (68,172,205). Sum of RGB (Red+Green+Blue) = 68+172+205=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #44ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ACCD is #BB5332. Grayscale: #909090. Windows color (decimal): -12276531 or 13478980. OLE color: 13478980.
HSL color Cylindrical-coordinate representation of color #44ACCD: hue angle of 194.45º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44ACCD is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 172 | 205 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.20 |
| HSL | 194.45º | 0.58% | 0.54% | - |
| HSV(B) | 194.45º | 0.67% | 0.8% | - |
| XYZ | 28.16 | 35.14 | 63.06 | - |
| YUV | 144.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 172 | 205 | 0.67 | 0.16 | 0 | 0.20 | 194.45 | 0.58 | 0.54 |
| Hex | 44 | AC | CD | 43 | 10 | 0 | 14 | C2 | 3A | 36 |
| Octal | 104 | 254 | 315 | 103 | 20 | 0 | 24 | 302 | 72 | 66 |
| Binary | 1000100 | 10101100 | 11001101 | 1000011 | 10000 | 0 | 10100 | 11000010 | 111010 | 110110 |
Color Harmonies of #44ACCD
Complementary color
Monochromatic Colors of #44ACCD
Black with #44ACCD
Text Example
Text Example
White with #44ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ACCD; }
p { color: rgb(68,172,205); }
H1.HeaderClassName
{
color: #44ACCD;
}
.AnyTagClassName
{
color: #44ACCD;
}
</style>
background-color css
<style>
a { background-color: #44ACCD; }
a { background-color: rgb(68,172,205); }
div.DivClassName
{
background-color: #44ACCD;
}
.BgClassName
{
background-color: #44ACCD;
}
</style>
border-color css
<style>
span { border-color: #44ACCD; }
span { border-color: rgb(68,172,205); }
td.TdClassName
{
border-color: #44ACCD;
}
.TagClassName
{
border-color: #44ACCD;
}
</style>