Shades of Mosque #04574B
Tints of Mosque #04574B
RGB
CMYK
RGB Variations
Color information
#04574B (or 0x04574B) is known color: Mosque. HEX triplet: 04, 57 and 4B. RGB value is (4,87,75). Sum of RGB (Red+Green+Blue) = 4+87+75=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #04574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04574B is #FBA8B4. Grayscale: #3C3C3C. Windows color (decimal): -16492725 or 4937476. OLE color: 4937476.
HSL color Cylindrical-coordinate representation of color #04574B: hue angle of 171.33º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04574B is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 87 | 75 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.66 |
| HSL | 171.33º | 0.91% | 0.18% | - |
| HSV(B) | 171.33º | 0.95% | 0.34% | - |
| XYZ | 4.73 | 7.35 | 7.83 | - |
| YUV | 60.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 75 | 0.95 | 0 | 0.14 | 0.66 | 171.33 | 0.91 | 0.18 |
| Hex | 4 | 57 | 4B | 5F | 0 | E | 42 | AB | 5B | 12 |
| Octal | 4 | 127 | 113 | 137 | 0 | 16 | 102 | 253 | 133 | 22 |
| Binary | 100 | 1010111 | 1001011 | 1011111 | 0 | 1110 | 1000010 | 10101011 | 1011011 | 10010 |
Color Harmonies of #04574B
Complementary color
Monochromatic Colors of #04574B
Black with #04574B
Text Example
Text Example
White with #04574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04574B; }
p { color: rgb(4,87,75); }
H1.HeaderClassName
{
color: #04574B;
}
.AnyTagClassName
{
color: #04574B;
}
</style>
background-color css
<style>
a { background-color: #04574B; }
a { background-color: rgb(4,87,75); }
div.DivClassName
{
background-color: #04574B;
}
.BgClassName
{
background-color: #04574B;
}
</style>
border-color css
<style>
span { border-color: #04574B; }
span { border-color: rgb(4,87,75); }
td.TdClassName
{
border-color: #04574B;
}
.TagClassName
{
border-color: #04574B;
}
</style>