#04615B

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

Shades of Mosque #04615B

Tints of Mosque #04615B

Color information

#04615B (or 0x04615B) is unknown color: approx Mosque. HEX triplet: 04, 61 and 5B. RGB value is (4,97,91). Sum of RGB (Red+Green+Blue) = 4+97+91=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #04615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04615B is #FB9EA4. Grayscale: #444444. Windows color (decimal): -16490149 or 5988612. OLE color: 5988612.

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

Color convert

RGB49791-
CMYK0.9600.060.62
HSL176.13º92.08%19.8%-
HSV(B)176.13º95.88%38.04%-
XYZ6.219.3311.37-
YUV68.51140.6981.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=2.08%
G=50.52%
B=47.40%

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
Decimal497910.9600.060.62176.1392.0819.8
Hex4615B60063Eb05c14
Octal4141133140067626013424
Binary100110000110110111100000011011111010110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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