Shades of Mosque #04635B
Tints of Mosque #04635B
RGB
CMYK
RGB Variations
Color information
#04635B (or 0x04635B) is known color: Mosque. HEX triplet: 04, 63 and 5B. RGB value is (4,99,91). Sum of RGB (Red+Green+Blue) = 4+99+91=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #04635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04635B is #FB9CA4. Grayscale: #454545. Windows color (decimal): -16489637 or 5989124. OLE color: 5989124.
HSL color Cylindrical-coordinate representation of color #04635B: hue angle of 174.95º 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 #04635B is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 99 | 91 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.61 |
| HSL | 174.95º | 0.92% | 0.2% | - |
| HSV(B) | 174.95º | 0.96% | 0.39% | - |
| XYZ | 6.4 | 9.7 | 11.43 | - |
| YUV | 69.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 91 | 0.96 | 0 | 0.08 | 0.61 | 174.95 | 0.92 | 0.2 |
| Hex | 4 | 63 | 5B | 60 | 0 | 8 | 3D | AF | 5C | 14 |
| Octal | 4 | 143 | 133 | 140 | 0 | 10 | 75 | 257 | 134 | 24 |
| Binary | 100 | 1100011 | 1011011 | 1100000 | 0 | 1000 | 111101 | 10101111 | 1011100 | 10100 |
Color Harmonies of #04635B
Complementary color
Monochromatic Colors of #04635B
Black with #04635B
Text Example
Text Example
White with #04635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04635B; }
p { color: rgb(4,99,91); }
H1.HeaderClassName
{
color: #04635B;
}
.AnyTagClassName
{
color: #04635B;
}
</style>
background-color css
<style>
a { background-color: #04635B; }
a { background-color: rgb(4,99,91); }
div.DivClassName
{
background-color: #04635B;
}
.BgClassName
{
background-color: #04635B;
}
</style>
border-color css
<style>
span { border-color: #04635B; }
span { border-color: rgb(4,99,91); }
td.TdClassName
{
border-color: #04635B;
}
.TagClassName
{
border-color: #04635B;
}
</style>