#04645C

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

Shades of Mosque #04645C

Tints of Mosque #04645C

Color information

#04645C (or 0x04645C) is unknown color: approx Mosque. HEX triplet: 04, 64 and 5C. RGB value is (4,100,92). Sum of RGB (Red+Green+Blue) = 4+100+92=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #04645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04645C is #FB9BA3. Grayscale: #464646. Windows color (decimal): -16489380 or 6054916. OLE color: 6054916.

HSL color Cylindrical-coordinate representation of color #04645C: hue angle of 175º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04645C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB410092-
CMYK0.9600.080.61
HSL175º92.31%20.39%-
HSV(B)175º96%39.22%-
XYZ6.549.9111.69-
YUV70.38140.280.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=2.04%
G=51.02%
B=46.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100920.9600.080.6117592.3120.39
Hex4645C60083Daf5c14
Octal41441341400107525713424
Binary1001100100101110011000000100011110110101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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