#04564A

Color #04564A Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #04564A

Tints of Mosque #04564A

Color information

#04564A (or 0x04564A) is unknown color: approx Mosque. HEX triplet: 04, 56 and 4A. RGB value is (4,86,74). Sum of RGB (Red+Green+Blue) = 4+86+74=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #04564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04564A is #FBA9B5. Grayscale: #3C3C3C. Windows color (decimal): -16492982 or 4871684. OLE color: 4871684.

HSL color Cylindrical-coordinate representation of color #04564A: hue angle of 171.22º 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 #04564A is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB48674-
CMYK0.9500.140.66
HSL171.22º91.11%17.65%-
HSV(B)171.22º95.35%33.73%-
XYZ4.617.187.62-
YUV60.11135.8387.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 86 (33.98% from 255) = 52.44%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=2.44%
G=52.44%
B=45.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal486740.9500.140.66171.2291.1117.65
Hex4564A5F0E42ab5b12
Octal412611213701610225313322
Binary10010101101001010101111101110100001010101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04564A; }

 p { color: rgb(4,86,74); }

 H1.HeaderClassName
 {
   color: #04564A;
 }
 .AnyTagClassName
 {
   color: #04564A;
 }
</style>
background-color css

<style>
 a { background-color: #04564A; }

 a { background-color: rgb(4,86,74); }

 div.DivClassName
 {
   background-color: #04564A;
 }
 .BgClassName
 {
   background-color: #04564A;
 }
</style>
border-color css

<style>
 span { border-color: #04564A; }

 span { border-color: rgb(4,86,74); }

 td.TdClassName
 {
   border-color: #04564A;
 }
 .TagClassName
 {
   border-color: #04564A;
 }
</style>