#04625D

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

Shades of Mosque #04625D

Tints of Mosque #04625D

Color information

#04625D (or 0x04625D) is unknown color: approx Mosque. HEX triplet: 04, 62 and 5D. RGB value is (4,98,93). Sum of RGB (Red+Green+Blue) = 4+98+93=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #04625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04625D is #FB9DA2. Grayscale: #454545. Windows color (decimal): -16489891 or 6119940. OLE color: 6119940.

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

Color convert

RGB49893-
CMYK0.9600.050.62
HSL176.81º92.16%20%-
HSV(B)176.81º95.92%38.43%-
XYZ6.399.5511.86-
YUV69.32141.3681.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=2.05%
G=50.26%
B=47.69%

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
Decimal498930.9600.050.62176.8192.1620
Hex4625D60053Eb15c14
Octal4142135140057626113424
Binary100110001010111011100000010111111010110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04625D; }

 p { color: rgb(4,98,93); }

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

<style>
 a { background-color: #04625D; }

 a { background-color: rgb(4,98,93); }

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

<style>
 span { border-color: #04625D; }

 span { border-color: rgb(4,98,93); }

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