Shades of Mosque #04655C
Tints of Mosque #04655C
RGB
CMYK
RGB Variations
Color information
#04655C (or 0x04655C) is known color: Mosque. HEX triplet: 04, 65 and 5C. RGB value is (4,101,92). Sum of RGB (Red+Green+Blue) = 4+101+92=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #04655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04655C is #FB9AA3. Grayscale: #464646. Windows color (decimal): -16489124 or 6055172. OLE color: 6055172.
HSL color Cylindrical-coordinate representation of color #04655C: hue angle of 174.43º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04655C is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 92 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.60 |
| HSL | 174.43º | 0.92% | 0.21% | - |
| HSV(B) | 174.43º | 0.96% | 0.4% | - |
| XYZ | 6.64 | 10.11 | 11.73 | - |
| YUV | 70.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 92 | 0.96 | 0 | 0.09 | 0.60 | 174.43 | 0.92 | 0.21 |
| Hex | 4 | 65 | 5C | 60 | 0 | 9 | 3C | AE | 5C | 15 |
| Octal | 4 | 145 | 134 | 140 | 0 | 11 | 74 | 256 | 134 | 25 |
| Binary | 100 | 1100101 | 1011100 | 1100000 | 0 | 1001 | 111100 | 10101110 | 1011100 | 10101 |
Color Harmonies of #04655C
Complementary color
Monochromatic Colors of #04655C
Black with #04655C
Text Example
Text Example
White with #04655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04655C; }
p { color: rgb(4,101,92); }
H1.HeaderClassName
{
color: #04655C;
}
.AnyTagClassName
{
color: #04655C;
}
</style>
background-color css
<style>
a { background-color: #04655C; }
a { background-color: rgb(4,101,92); }
div.DivClassName
{
background-color: #04655C;
}
.BgClassName
{
background-color: #04655C;
}
</style>
border-color css
<style>
span { border-color: #04655C; }
span { border-color: rgb(4,101,92); }
td.TdClassName
{
border-color: #04655C;
}
.TagClassName
{
border-color: #04655C;
}
</style>