#04605A

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

Shades of Mosque #04605A

Tints of Mosque #04605A

Color information

#04605A (or 0x04605A) is unknown color: approx Mosque. HEX triplet: 04, 60 and 5A. RGB value is (4,96,90). Sum of RGB (Red+Green+Blue) = 4+96+90=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #04605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04605A is #FB9FA5. Grayscale: #434343. Windows color (decimal): -16490406 or 5922820. OLE color: 5922820.

HSL color Cylindrical-coordinate representation of color #04605A: hue angle of 176.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04605A is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB49690-
CMYK0.9600.060.62
HSL176.09º92%19.61%-
HSV(B)176.09º95.83%37.65%-
XYZ6.089.1311.11-
YUV67.81140.5282.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=2.11%
G=50.53%
B=47.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496900.9600.060.62176.099219.61
Hex4605A60063Eb05c14
Octal4140132140067626013424
Binary100110000010110101100000011011111010110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,96,90); }

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

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

 a { background-color: rgb(4,96,90); }

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

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

 span { border-color: rgb(4,96,90); }

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