Shades of Mosque #045A4A
Tints of Mosque #045A4A
RGB
CMYK
RGB Variations
Color information
#045A4A (or 0x045A4A) is known color: Mosque. HEX triplet: 04, 5A and 4A. RGB value is (4,90,74). Sum of RGB (Red+Green+Blue) = 4+90+74=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #045A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A4A is #FBA5B5. Grayscale: #3E3E3E. Windows color (decimal): -16491958 or 4872708. OLE color: 4872708.
HSL color Cylindrical-coordinate representation of color #045A4A: hue angle of 168.84º 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 #045A4A is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 74 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.65 |
| HSL | 168.84º | 0.91% | 0.18% | - |
| HSV(B) | 168.84º | 0.96% | 0.35% | - |
| XYZ | 4.94 | 7.83 | 7.73 | - |
| YUV | 62.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 74 | 0.96 | 0 | 0.18 | 0.65 | 168.84 | 0.91 | 0.18 |
| Hex | 4 | 5A | 4A | 60 | 0 | 12 | 41 | A9 | 5B | 12 |
| Octal | 4 | 132 | 112 | 140 | 0 | 22 | 101 | 251 | 133 | 22 |
| Binary | 100 | 1011010 | 1001010 | 1100000 | 0 | 10010 | 1000001 | 10101001 | 1011011 | 10010 |
Color Harmonies of #045A4A
Complementary color
Monochromatic Colors of #045A4A
Black with #045A4A
Text Example
Text Example
White with #045A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A4A; }
p { color: rgb(4,90,74); }
H1.HeaderClassName
{
color: #045A4A;
}
.AnyTagClassName
{
color: #045A4A;
}
</style>
background-color css
<style>
a { background-color: #045A4A; }
a { background-color: rgb(4,90,74); }
div.DivClassName
{
background-color: #045A4A;
}
.BgClassName
{
background-color: #045A4A;
}
</style>
border-color css
<style>
span { border-color: #045A4A; }
span { border-color: rgb(4,90,74); }
td.TdClassName
{
border-color: #045A4A;
}
.TagClassName
{
border-color: #045A4A;
}
</style>