Shades of Viking #449CC7
Tints of Viking #449CC7
RGB
CMYK
RGB Variations
Color information
#449CC7 (or 0x449CC7) is known color: Viking. HEX triplet: 44, 9C and C7. RGB value is (68,156,199). Sum of RGB (Red+Green+Blue) = 68+156+199=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #449CC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CC7 is #BB6338. Grayscale: #868686. Windows color (decimal): -12280633 or 13081668. OLE color: 13081668.
HSL color Cylindrical-coordinate representation of color #449CC7: hue angle of 199.69º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449CC7 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 156 | 199 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.22 |
| HSL | 199.69º | 0.54% | 0.52% | - |
| HSV(B) | 199.69º | 0.66% | 0.78% | - |
| XYZ | 24.58 | 29.13 | 58.36 | - |
| YUV | 134.59 | 164.35 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 199 | 0.66 | 0.22 | 0 | 0.22 | 199.69 | 0.54 | 0.52 |
| Hex | 44 | 9C | C7 | 42 | 16 | 0 | 16 | C8 | 36 | 34 |
| Octal | 104 | 234 | 307 | 102 | 26 | 0 | 26 | 310 | 66 | 64 |
| Binary | 1000100 | 10011100 | 11000111 | 1000010 | 10110 | 0 | 10110 | 11001000 | 110110 | 110100 |
Color Harmonies of #449CC7
Complementary color
Monochromatic Colors of #449CC7
Black with #449CC7
Text Example
Text Example
White with #449CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CC7; }
p { color: rgb(68,156,199); }
H1.HeaderClassName
{
color: #449CC7;
}
.AnyTagClassName
{
color: #449CC7;
}
</style>
background-color css
<style>
a { background-color: #449CC7; }
a { background-color: rgb(68,156,199); }
div.DivClassName
{
background-color: #449CC7;
}
.BgClassName
{
background-color: #449CC7;
}
</style>
border-color css
<style>
span { border-color: #449CC7; }
span { border-color: rgb(68,156,199); }
td.TdClassName
{
border-color: #449CC7;
}
.TagClassName
{
border-color: #449CC7;
}
</style>