Shades of Sapphire #000449
Tints of Sapphire #000449
RGB
CMYK
RGB Variations
Color information
#000449 (or 0x000449) is known color: Sapphire. HEX triplet: 00, 04 and 49. RGB value is (0,4,73). Sum of RGB (Red+Green+Blue) = 0+4+73=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 73 (28.91% from 255 or 94.81% from 77); Max value from RGB is 73 - color contains mainly: blue. Hex color #000449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000449 is #FFFBB6. Grayscale: #0A0A0A. Windows color (decimal): -16776119 or 4785152. OLE color: 4785152.
HSL color Cylindrical-coordinate representation of color #000449: hue angle of 236.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000449 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 4 | 73 | - |
| CMYK | 1 | 0.95 | 0 | 0.71 |
| HSL | 236.71º | 1% | 0.14% | - |
| HSV(B) | 236.71º | 1% | 0.29% | - |
| XYZ | 1.25 | 0.57 | 6.35 | - |
| YUV | 10.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 73 | 1 | 0.95 | 0 | 0.71 | 236.71 | 1 | 0.14 |
| Hex | 0 | 4 | 49 | 64 | 5F | 0 | 47 | ED | 64 | E |
| Octal | 0 | 4 | 111 | 144 | 137 | 0 | 107 | 355 | 144 | 16 |
| Binary | 0 | 100 | 1001001 | 1100100 | 1011111 | 0 | 1000111 | 11101101 | 1100100 | 1110 |
Color Harmonies of #000449
Complementary color
Monochromatic Colors of #000449
Black with #000449
Text Example
Text Example
White with #000449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000449; }
p { color: rgb(0,4,73); }
H1.HeaderClassName
{
color: #000449;
}
.AnyTagClassName
{
color: #000449;
}
</style>
background-color css
<style>
a { background-color: #000449; }
a { background-color: rgb(0,4,73); }
div.DivClassName
{
background-color: #000449;
}
.BgClassName
{
background-color: #000449;
}
</style>
border-color css
<style>
span { border-color: #000449; }
span { border-color: rgb(0,4,73); }
td.TdClassName
{
border-color: #000449;
}
.TagClassName
{
border-color: #000449;
}
</style>