#04695B

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

Shades of Mosque #04695B

Tints of Mosque #04695B

Color information

#04695B (or 0x04695B) is unknown color: approx Mosque. HEX triplet: 04, 69 and 5B. RGB value is (4,105,91). Sum of RGB (Red+Green+Blue) = 4+105+91=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #04695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04695B is #FB96A4. Grayscale: #494949. Windows color (decimal): -16488101 or 5990660. OLE color: 5990660.

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

Color convert

RGB410591-
CMYK0.9600.130.59
HSL171.68º92.66%21.37%-
HSV(B)171.68º96.19%41.18%-
XYZ6.9910.8811.63-
YUV73.2138.0478.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 105 (41.41% from 255) = 52.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=2%
G=52.5%
B=45.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4105910.9600.130.59171.6892.6621.37
Hex4695B600D3Bac5d15
Octal41511331400157325413525
Binary1001101001101101111000000110111101110101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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