#04605C

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

Shades of Mosque #04605C

Tints of Mosque #04605C

Color information

#04605C (or 0x04605C) is unknown color: approx Mosque. HEX triplet: 04, 60 and 5C. RGB value is (4,96,92). Sum of RGB (Red+Green+Blue) = 4+96+92=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #04605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04605C is #FB9FA3. Grayscale: #434343. Windows color (decimal): -16490404 or 6053892. OLE color: 6053892.

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

Color convert

RGB49692-
CMYK0.9600.040.62
HSL177.39º92%19.61%-
HSV(B)177.39º95.83%37.65%-
XYZ6.169.1611.57-
YUV68.04141.5282.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=2.08%
G=50%
B=47.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496920.9600.040.62177.399219.61
Hex4605C60043Eb15c14
Octal4140134140047626113424
Binary100110000010111001100000010011111010110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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