#04685D

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

Shades of Mosque #04685D

Tints of Mosque #04685D

Color information

#04685D (or 0x04685D) is unknown color: approx Mosque. HEX triplet: 04, 68 and 5D. RGB value is (4,104,93). Sum of RGB (Red+Green+Blue) = 4+104+93=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #04685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04685D is #FB97A2. Grayscale: #484848. Windows color (decimal): -16488355 or 6121476. OLE color: 6121476.

HSL color Cylindrical-coordinate representation of color #04685D: hue angle of 173.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04685D is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB410493-
CMYK0.9600.110.59
HSL173.4º92.59%21.18%-
HSV(B)173.4º96.15%40.78%-
XYZ6.9810.7212.06-
YUV72.85139.3778.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=1.99%
G=51.74%
B=46.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104930.9600.110.59173.492.5921.18
Hex4685D600B3Bad5d15
Octal41501351400137325513525
Binary1001101000101110111000000101111101110101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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