Shades of Sapphire #042463
Tints of Sapphire #042463
RGB
CMYK
RGB Variations
Color information
#042463 (or 0x042463) is known color: Sapphire. HEX triplet: 04, 24 and 63. RGB value is (4,36,99). Sum of RGB (Red+Green+Blue) = 4+36+99=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #042463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042463 is #FBDB9C. Grayscale: #212121. Windows color (decimal): -16505757 or 6497284. OLE color: 6497284.
HSL color Cylindrical-coordinate representation of color #042463: hue angle of 219.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042463 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 36 | 99 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.61 |
| HSL | 219.79º | 0.92% | 0.2% | - |
| HSV(B) | 219.79º | 0.96% | 0.39% | - |
| XYZ | 2.93 | 2.19 | 12.07 | - |
| YUV | 33.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 99 | 0.96 | 0.64 | 0 | 0.61 | 219.79 | 0.92 | 0.2 |
| Hex | 4 | 24 | 63 | 60 | 40 | 0 | 3D | DC | 5C | 14 |
| Octal | 4 | 44 | 143 | 140 | 100 | 0 | 75 | 334 | 134 | 24 |
| Binary | 100 | 100100 | 1100011 | 1100000 | 1000000 | 0 | 111101 | 11011100 | 1011100 | 10100 |
Color Harmonies of #042463
Complementary color
Monochromatic Colors of #042463
Black with #042463
Text Example
Text Example
White with #042463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042463; }
p { color: rgb(4,36,99); }
H1.HeaderClassName
{
color: #042463;
}
.AnyTagClassName
{
color: #042463;
}
</style>
background-color css
<style>
a { background-color: #042463; }
a { background-color: rgb(4,36,99); }
div.DivClassName
{
background-color: #042463;
}
.BgClassName
{
background-color: #042463;
}
</style>
border-color css
<style>
span { border-color: #042463; }
span { border-color: rgb(4,36,99); }
td.TdClassName
{
border-color: #042463;
}
.TagClassName
{
border-color: #042463;
}
</style>