Shades of Mosque #04605B
Tints of Mosque #04605B
RGB
CMYK
RGB Variations
Color information
#04605B (or 0x04605B) is known color: Mosque. HEX triplet: 04, 60 and 5B. RGB value is (4,96,91). Sum of RGB (Red+Green+Blue) = 4+96+91=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #04605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04605B is #FB9FA4. Grayscale: #434343. Windows color (decimal): -16490405 or 5988356. OLE color: 5988356.
HSL color Cylindrical-coordinate representation of color #04605B: hue angle of 176.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04605B is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 96 | 91 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.62 |
| HSL | 176.74º | 0.92% | 0.2% | - |
| HSV(B) | 176.74º | 0.96% | 0.38% | - |
| XYZ | 6.12 | 9.15 | 11.34 | - |
| YUV | 67.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 91 | 0.96 | 0 | 0.05 | 0.62 | 176.74 | 0.92 | 0.2 |
| Hex | 4 | 60 | 5B | 60 | 0 | 5 | 3E | B1 | 5C | 14 |
| Octal | 4 | 140 | 133 | 140 | 0 | 5 | 76 | 261 | 134 | 24 |
| Binary | 100 | 1100000 | 1011011 | 1100000 | 0 | 101 | 111110 | 10110001 | 1011100 | 10100 |
Color Harmonies of #04605B
Complementary color
Monochromatic Colors of #04605B
Black with #04605B
Text Example
Text Example
White with #04605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04605B; }
p { color: rgb(4,96,91); }
H1.HeaderClassName
{
color: #04605B;
}
.AnyTagClassName
{
color: #04605B;
}
</style>
background-color css
<style>
a { background-color: #04605B; }
a { background-color: rgb(4,96,91); }
div.DivClassName
{
background-color: #04605B;
}
.BgClassName
{
background-color: #04605B;
}
</style>
border-color css
<style>
span { border-color: #04605B; }
span { border-color: rgb(4,96,91); }
td.TdClassName
{
border-color: #04605B;
}
.TagClassName
{
border-color: #04605B;
}
</style>