Shades of Mosque #045D4F
Tints of Mosque #045D4F
RGB
CMYK
RGB Variations
Color information
#045D4F (or 0x045D4F) is known color: Mosque. HEX triplet: 04, 5D and 4F. RGB value is (4,93,79). Sum of RGB (Red+Green+Blue) = 4+93+79=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #045D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D4F is #FBA2B0. Grayscale: #404040. Windows color (decimal): -16491185 or 5201156. OLE color: 5201156.
HSL color Cylindrical-coordinate representation of color #045D4F: hue angle of 170.56º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D4F is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 79 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.64 |
| HSL | 170.56º | 0.92% | 0.19% | - |
| HSV(B) | 170.56º | 0.96% | 0.36% | - |
| XYZ | 5.38 | 8.42 | 8.74 | - |
| YUV | 64.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 79 | 0.96 | 0 | 0.15 | 0.64 | 170.56 | 0.92 | 0.19 |
| Hex | 4 | 5D | 4F | 60 | 0 | F | 40 | AB | 5C | 13 |
| Octal | 4 | 135 | 117 | 140 | 0 | 17 | 100 | 253 | 134 | 23 |
| Binary | 100 | 1011101 | 1001111 | 1100000 | 0 | 1111 | 1000000 | 10101011 | 1011100 | 10011 |
Color Harmonies of #045D4F
Complementary color
Monochromatic Colors of #045D4F
Black with #045D4F
Text Example
Text Example
White with #045D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D4F; }
p { color: rgb(4,93,79); }
H1.HeaderClassName
{
color: #045D4F;
}
.AnyTagClassName
{
color: #045D4F;
}
</style>
background-color css
<style>
a { background-color: #045D4F; }
a { background-color: rgb(4,93,79); }
div.DivClassName
{
background-color: #045D4F;
}
.BgClassName
{
background-color: #045D4F;
}
</style>
border-color css
<style>
span { border-color: #045D4F; }
span { border-color: rgb(4,93,79); }
td.TdClassName
{
border-color: #045D4F;
}
.TagClassName
{
border-color: #045D4F;
}
</style>