Shades of Dark Blue #040490
Tints of Dark Blue #040490
RGB
CMYK
RGB Variations
Color information
#040490 (or 0x040490) is known color: Dark Blue. HEX triplet: 04, 04 and 90. RGB value is (4,4,144). Sum of RGB (Red+Green+Blue) = 4+4+144=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 144 (56.64% from 255 or 94.74% from 152); Max value from RGB is 144 - color contains mainly: blue. Hex color #040490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040490 is #FBFB6F. Grayscale: #131313. Windows color (decimal): -16513904 or 9438212. OLE color: 9438212.
HSL color Cylindrical-coordinate representation of color #040490: hue angle of 240º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040490 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 4 | 144 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.44 |
| HSL | 240º | 0.95% | 0.29% | - |
| HSV(B) | 240º | 0.97% | 0.56% | - |
| XYZ | 5.13 | 2.13 | 26.53 | - |
| YUV | 19.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 144 | 0.97 | 0.97 | 0 | 0.44 | 240 | 0.95 | 0.29 |
| Hex | 4 | 4 | 90 | 61 | 61 | 0 | 2C | F0 | 5F | 1D |
| Octal | 4 | 4 | 220 | 141 | 141 | 0 | 54 | 360 | 137 | 35 |
| Binary | 100 | 100 | 10010000 | 1100001 | 1100001 | 0 | 101100 | 11110000 | 1011111 | 11101 |
Color Harmonies of #040490
Complementary color
Monochromatic Colors of #040490
Black with #040490
Text Example
Text Example
White with #040490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040490; }
p { color: rgb(4,4,144); }
H1.HeaderClassName
{
color: #040490;
}
.AnyTagClassName
{
color: #040490;
}
</style>
background-color css
<style>
a { background-color: #040490; }
a { background-color: rgb(4,4,144); }
div.DivClassName
{
background-color: #040490;
}
.BgClassName
{
background-color: #040490;
}
</style>
border-color css
<style>
span { border-color: #040490; }
span { border-color: rgb(4,4,144); }
td.TdClassName
{
border-color: #040490;
}
.TagClassName
{
border-color: #040490;
}
</style>