Shades of Mosque #04645C
Tints of Mosque #04645C
RGB
CMYK
RGB Variations
Color information
#04645C (or 0x04645C) is known color: Mosque. HEX triplet: 04, 64 and 5C. RGB value is (4,100,92). Sum of RGB (Red+Green+Blue) = 4+100+92=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #04645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04645C is #FB9BA3. Grayscale: #464646. Windows color (decimal): -16489380 or 6054916. OLE color: 6054916.
HSL color Cylindrical-coordinate representation of color #04645C: hue angle of 175º 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 #04645C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 100 | 92 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.61 |
| HSL | 175º | 0.92% | 0.2% | - |
| HSV(B) | 175º | 0.96% | 0.39% | - |
| XYZ | 6.54 | 9.91 | 11.69 | - |
| YUV | 70.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 92 | 0.96 | 0 | 0.08 | 0.61 | 175 | 0.92 | 0.2 |
| Hex | 4 | 64 | 5C | 60 | 0 | 8 | 3D | AF | 5C | 14 |
| Octal | 4 | 144 | 134 | 140 | 0 | 10 | 75 | 257 | 134 | 24 |
| Binary | 100 | 1100100 | 1011100 | 1100000 | 0 | 1000 | 111101 | 10101111 | 1011100 | 10100 |
Color Harmonies of #04645C
Complementary color
Monochromatic Colors of #04645C
Black with #04645C
Text Example
Text Example
White with #04645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04645C; }
p { color: rgb(4,100,92); }
H1.HeaderClassName
{
color: #04645C;
}
.AnyTagClassName
{
color: #04645C;
}
</style>
background-color css
<style>
a { background-color: #04645C; }
a { background-color: rgb(4,100,92); }
div.DivClassName
{
background-color: #04645C;
}
.BgClassName
{
background-color: #04645C;
}
</style>
border-color css
<style>
span { border-color: #04645C; }
span { border-color: rgb(4,100,92); }
td.TdClassName
{
border-color: #04645C;
}
.TagClassName
{
border-color: #04645C;
}
</style>