Shades of Viking #449FBF
Tints of Viking #449FBF
RGB
CMYK
RGB Variations
Color information
#449FBF (or 0x449FBF) is known color: Viking. HEX triplet: 44, 9F and BF. RGB value is (68,159,191). Sum of RGB (Red+Green+Blue) = 68+159+191=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #449FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FBF is #BB6040. Grayscale: #878787. Windows color (decimal): -12279873 or 12558148. OLE color: 12558148.
HSL color Cylindrical-coordinate representation of color #449FBF: hue angle of 195.61º degrees, saturation: 0.49, 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 #449FBF is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 159 | 191 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.25 |
| HSL | 195.61º | 0.49% | 0.51% | - |
| HSV(B) | 195.61º | 0.64% | 0.75% | - |
| XYZ | 24.19 | 29.79 | 53.76 | - |
| YUV | 135.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 191 | 0.64 | 0.17 | 0 | 0.25 | 195.61 | 0.49 | 0.51 |
| Hex | 44 | 9F | BF | 40 | 11 | 0 | 19 | C4 | 31 | 33 |
| Octal | 104 | 237 | 277 | 100 | 21 | 0 | 31 | 304 | 61 | 63 |
| Binary | 1000100 | 10011111 | 10111111 | 1000000 | 10001 | 0 | 11001 | 11000100 | 110001 | 110011 |
Color Harmonies of #449FBF
Complementary color
Monochromatic Colors of #449FBF
Black with #449FBF
Text Example
Text Example
White with #449FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FBF; }
p { color: rgb(68,159,191); }
H1.HeaderClassName
{
color: #449FBF;
}
.AnyTagClassName
{
color: #449FBF;
}
</style>
background-color css
<style>
a { background-color: #449FBF; }
a { background-color: rgb(68,159,191); }
div.DivClassName
{
background-color: #449FBF;
}
.BgClassName
{
background-color: #449FBF;
}
</style>
border-color css
<style>
span { border-color: #449FBF; }
span { border-color: rgb(68,159,191); }
td.TdClassName
{
border-color: #449FBF;
}
.TagClassName
{
border-color: #449FBF;
}
</style>