Shades of Mosque #045A4F
Tints of Mosque #045A4F
RGB
CMYK
RGB Variations
Color information
#045A4F (or 0x045A4F) is known color: Mosque. HEX triplet: 04, 5A and 4F. RGB value is (4,90,79). Sum of RGB (Red+Green+Blue) = 4+90+79=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #045A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A4F is #FBA5B0. Grayscale: #3E3E3E. Windows color (decimal): -16491953 or 5200388. OLE color: 5200388.
HSL color Cylindrical-coordinate representation of color #045A4F: hue angle of 172.33º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A4F is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 79 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.65 |
| HSL | 172.33º | 0.91% | 0.18% | - |
| HSV(B) | 172.33º | 0.96% | 0.35% | - |
| XYZ | 5.12 | 7.9 | 8.65 | - |
| YUV | 63.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 79 | 0.96 | 0 | 0.12 | 0.65 | 172.33 | 0.91 | 0.18 |
| Hex | 4 | 5A | 4F | 60 | 0 | C | 41 | AC | 5B | 12 |
| Octal | 4 | 132 | 117 | 140 | 0 | 14 | 101 | 254 | 133 | 22 |
| Binary | 100 | 1011010 | 1001111 | 1100000 | 0 | 1100 | 1000001 | 10101100 | 1011011 | 10010 |
Color Harmonies of #045A4F
Complementary color
Monochromatic Colors of #045A4F
Black with #045A4F
Text Example
Text Example
White with #045A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A4F; }
p { color: rgb(4,90,79); }
H1.HeaderClassName
{
color: #045A4F;
}
.AnyTagClassName
{
color: #045A4F;
}
</style>
background-color css
<style>
a { background-color: #045A4F; }
a { background-color: rgb(4,90,79); }
div.DivClassName
{
background-color: #045A4F;
}
.BgClassName
{
background-color: #045A4F;
}
</style>
border-color css
<style>
span { border-color: #045A4F; }
span { border-color: rgb(4,90,79); }
td.TdClassName
{
border-color: #045A4F;
}
.TagClassName
{
border-color: #045A4F;
}
</style>