#04605B

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

Shades of Mosque #04605B

Tints of Mosque #04605B

Color information

#04605B (or 0x04605B) is unknown color: approx Mosque. HEX triplet: 04, 60 and 5B. RGB value is (4,96,91). Sum of RGB (Red+Green+Blue) = 4+96+91=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #04605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04605B is #FB9FA4. Grayscale: #434343. Windows color (decimal): -16490405 or 5988356. OLE color: 5988356.

HSL color Cylindrical-coordinate representation of color #04605B: hue angle of 176.74º 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 #04605B is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB49691-
CMYK0.9600.050.62
HSL176.74º92%19.61%-
HSV(B)176.74º95.83%37.65%-
XYZ6.129.1511.34-
YUV67.92141.0282.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=2.09%
G=50.26%
B=47.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496910.9600.050.62176.749219.61
Hex4605B60053Eb15c14
Octal4140133140057626113424
Binary100110000010110111100000010111111010110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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